]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: prepare consolidation of cpu/ related Makefiles
authorThomas Gleixner <tglx@linutronix.de>
Tue, 23 Oct 2007 20:37:23 +0000 (22:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 23 Oct 2007 20:37:23 +0000 (22:37 +0200)
Prepare the makefiles in x86/kernel/cpu and x86/kernel/cpu/mcheck to
be used by the x86_64 build as well.

No code change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/mcheck/Makefile

index 778396c78d65c5f4d4c779314223fe2874e6b429..cfdb2f3bd7636bff75d5ac2fd322800c5afa8639 100644 (file)
@@ -2,19 +2,19 @@
 # Makefile for x86-compatible CPU details and quirks
 #
 
-obj-y  :=      common.o proc.o bugs.o
+obj-y                  := intel_cacheinfo.o addon_cpuid_features.o
 
-obj-y  +=      amd.o
-obj-y  +=      cyrix.o
-obj-y  +=      centaur.o
-obj-y  +=      transmeta.o
-obj-y  +=      intel.o intel_cacheinfo.o addon_cpuid_features.o
-obj-y  +=      nexgen.o
-obj-y  +=      umc.o
+obj-$(CONFIG_X86_32)   += common.o proc.o bugs.o
+obj-$(CONFIG_X86_32)   += amd.o
+obj-$(CONFIG_X86_32)   += cyrix.o
+obj-$(CONFIG_X86_32)   += centaur.o
+obj-$(CONFIG_X86_32)   += transmeta.o
+obj-$(CONFIG_X86_32)   += intel.o
+obj-$(CONFIG_X86_32)   += nexgen.o
+obj-$(CONFIG_X86_32)   += umc.o
 
-obj-$(CONFIG_X86_MCE)  +=      mcheck/
-
-obj-$(CONFIG_MTRR)     +=      mtrr/
-obj-$(CONFIG_CPU_FREQ) +=      cpufreq/
+obj-$(CONFIG_X86_MCE)  += mcheck/
+obj-$(CONFIG_MTRR)     += mtrr/
+obj-$(CONFIG_CPU_FREQ) += cpufreq/
 
 obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
index f1ebe1c1c17afd29229d30efdee30d4055f70021..1ba7e3f5276944d7e5a22cea1d97c7e670716180 100644 (file)
@@ -1,2 +1,5 @@
-obj-y  =       mce.o k7.o p4.o p5.o p6.o winchip.o therm_throt.o
-obj-$(CONFIG_X86_MCE_NONFATAL) +=      non-fatal.o
+obj-$(CONFIG_X86_32)           =  mce.o k7.o p4.o p5.o p6.o winchip.o
+obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o
+
+# shared between i386 and x86_64
+obj-y                          += therm_throt.o