aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6687f6d5ad2f..778396c78d65 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
12obj-y += nexgen.o 12obj-y += nexgen.o
13obj-y += umc.o 13obj-y += umc.o
14 14
15obj-$(CONFIG_X86_MCE) += ../../../x86/kernel/cpu/mcheck/ 15obj-$(CONFIG_X86_MCE) += mcheck/
16 16
17obj-$(CONFIG_MTRR) += ../../../x86/kernel/cpu/mtrr/ 17obj-$(CONFIG_MTRR) += mtrr/
18obj-$(CONFIG_CPU_FREQ) += ../../../x86/kernel/cpu/cpufreq/ 18obj-$(CONFIG_CPU_FREQ) += cpufreq/
19 19
20obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o 20obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o