x86: Move the AMD64 specific parts out of setup_64.c
[deliverable/linux.git] / arch / x86 / kernel / cpu / Makefile
index cfdb2f3bd7636bff75d5ac2fd322800c5afa8639..ef065c1a2e1a694f645734af463e24d091e6fdad 100644 (file)
@@ -3,14 +3,15 @@
 #
 
 obj-y                  := intel_cacheinfo.o addon_cpuid_features.o
+obj-y                  += proc.o feature_names.o
 
-obj-$(CONFIG_X86_32)   += common.o proc.o bugs.o
+obj-$(CONFIG_X86_32)   += common.o bugs.o
 obj-$(CONFIG_X86_32)   += amd.o
+obj-$(CONFIG_X86_64)   += amd_64.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/
This page took 0.025447 seconds and 5 git commands to generate.