Makefile 122 B

123456
  1. obj-$(CONFIG_IA64_ACPI_CPUFREQ) += acpi-cpufreq.o
  2. ifneq ($(CONFIG_ACPI_PROCESSOR),)
  3. obj-y += acpi-processor.o
  4. endif