summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:17:26 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:17:26 +0200
commit27bd0c955648646abf2a353a8371d28c37bcd982 (patch)
treed2f0a902cae3d0bf11d6eaa14765c6ef43b31177
parent45bc6cd11953a5729508a92be24b35cd4df9c967 (diff)
downloadop-kernel-dev-27bd0c955648646abf2a353a8371d28c37bcd982.zip
op-kernel-dev-27bd0c955648646abf2a353a8371d28c37bcd982.tar.gz
x86: sanitize pathes arch/x86/kernel/cpu/Makefile
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/kernel/cpu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile
index 6687f6d..778396c 100644
--- a/arch/x86/kernel/cpu/Makefile
+++ b/arch/x86/kernel/cpu/Makefile
@@ -12,9 +12,9 @@ obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o
obj-y += nexgen.o
obj-y += umc.o
-obj-$(CONFIG_X86_MCE) += ../../../x86/kernel/cpu/mcheck/
+obj-$(CONFIG_X86_MCE) += mcheck/
-obj-$(CONFIG_MTRR) += ../../../x86/kernel/cpu/mtrr/
-obj-$(CONFIG_CPU_FREQ) += ../../../x86/kernel/cpu/cpufreq/
+obj-$(CONFIG_MTRR) += mtrr/
+obj-$(CONFIG_CPU_FREQ) += cpufreq/
obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
OpenPOWER on IntegriCloud