x86: Move the AMD64 specific parts out of setup_64.c
[deliverable/linux.git] / arch / x86 / kernel / cpu / Makefile
index ee7c45235e547a769f091842a8fe3cf959ce5fcc..ef065c1a2e1a694f645734af463e24d091e6fdad 100644 (file)
@@ -7,11 +7,11 @@ obj-y                 += proc.o feature_names.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.028467 seconds and 5 git commands to generate.