aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/cpufreq/Makefile
diff options
context:
space:
mode:
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>2005-12-01 18:16:00 -0500
committerLen Brown <len.brown@intel.com>2005-12-05 17:24:45 -0500
commitc82e6abfb3182c84d0204b178363086b09881a4a (patch)
tree98350198b1b963a5c182348982cadf90d8696025 /arch/ia64/kernel/cpufreq/Makefile
parent05131ecc99ea9da7f45ba3058fe8a2c1d0ceeab8 (diff)
[ACPI] IA64 ZX1 buildfix for _PDC patch
http://bugzilla.kernel.org/show_bug.cgi?id=5483 ZX1 config doesn't include cpufreq, so move move acpi-processor.c up out of ia64/cpufreq directory. no functional changes Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/ia64/kernel/cpufreq/Makefile')
-rw-r--r--arch/ia64/kernel/cpufreq/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/kernel/cpufreq/Makefile b/arch/ia64/kernel/cpufreq/Makefile
index 642648361ed3..4838f2a57c7a 100644
--- a/arch/ia64/kernel/cpufreq/Makefile
+++ b/arch/ia64/kernel/cpufreq/Makefile
@@ -1,6 +1,2 @@
1obj-$(CONFIG_IA64_ACPI_CPUFREQ) += acpi-cpufreq.o 1obj-$(CONFIG_IA64_ACPI_CPUFREQ) += acpi-cpufreq.o
2 2
3ifneq ($(CONFIG_ACPI_PROCESSOR),)
4obj-y += acpi-processor.o
5endif
6