aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/cpufreq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/cpufreq/Makefile')
-rw-r--r--arch/ia64/kernel/cpufreq/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/ia64/kernel/cpufreq/Makefile b/arch/ia64/kernel/cpufreq/Makefile
index f748d34c02f..642648361ed 100644
--- a/arch/ia64/kernel/cpufreq/Makefile
+++ b/arch/ia64/kernel/cpufreq/Makefile
@@ -1 +1,6 @@
obj-$(CONFIG_IA64_ACPI_CPUFREQ) += acpi-cpufreq.o
+
+ifneq ($(CONFIG_ACPI_PROCESSOR),)
+obj-y += acpi-processor.o
+endif
+