aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/Makefile
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2008-05-22 18:48:32 -0400
committerH. Peter Anvin <hpa@zytor.com>2008-05-30 15:46:29 -0700
commit4d285878564bb46cf64e54be18eeffe33ca583a0 (patch)
treee2705f008ef505ee550bd85e82546ef6d2dc7246 /arch/x86/kernel/cpu/Makefile
parentx86: move mmconfig declarations to header (diff)
downloadlinux-dev-4d285878564bb46cf64e54be18eeffe33ca583a0.tar.xz
linux-dev-4d285878564bb46cf64e54be18eeffe33ca583a0.zip
x86: Move the AMD64 specific parts out of setup_64.c
Create a separate amd_64.c file in the cpu/ dir for the useful parts to live in. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/cpu/Makefile')
-rw-r--r--arch/x86/kernel/cpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile
index a0c6f8190887..ef065c1a2e1a 100644
--- a/arch/x86/kernel/cpu/Makefile
+++ b/arch/x86/kernel/cpu/Makefile
@@ -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