x86: Move the AMD64 specific parts out of setup_64.c
[deliverable/linux.git] / arch / x86 / kernel / cpu / Makefile
index a0c6f8190887f4220b4b76e531e57ad471fc1acb..ef065c1a2e1a694f645734af463e24d091e6fdad 100644 (file)
@@ -7,6 +7,7 @@ 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
This page took 0.031213 seconds and 5 git commands to generate.