projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45bc6cd
)
x86: sanitize pathes arch/x86/kernel/cpu/Makefile
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:26 +0000
(11:17 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:26 +0000
(11:17 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/Makefile
b/arch/x86/kernel/cpu/Makefile
index 6687f6d5ad2f932cd9e6b0088e5aa55586f991ae..778396c78d65c5f4d4c779314223fe2874e6b429 100644
(file)
--- 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