Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27bd0c955648646abf2a353a8371d28c37bcd982
Commit:     27bd0c955648646abf2a353a8371d28c37bcd982
Parent:     45bc6cd11953a5729508a92be24b35cd4df9c967
Author:     Thomas Gleixner <[EMAIL PROTECTED]>
AuthorDate: Thu Oct 11 11:17:26 2007 +0200
Committer:  Thomas Gleixner <[EMAIL PROTECTED]>
CommitDate: Thu Oct 11 11:17:26 2007 +0200

    x86: sanitize pathes arch/x86/kernel/cpu/Makefile
    
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 arch/x86/kernel/cpu/Makefile |    6 +++---
 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to