mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
x86: sanitize pathes arch/x86/kernel/cpu/Makefile
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
45bc6cd119
commit
27bd0c9556
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user