aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:14:14 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:14:14 +0200
commit7d75d20c61641fe0915c7a7c9c414e5e2c6f3318 (patch)
tree43f40b48b3a91ed6fd6bbf2425e717485654c2ff /arch/x86_64/kernel/Makefile
parent8d7083f3b038c0196ae0f9f161f8a49e85cde164 (diff)
downloadlinux-7d75d20c61641fe0915c7a7c9c414e5e2c6f3318.tar.gz
x86_64: prepare shared kernel/mce_amd.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/kernel/Makefile')
-rw-r--r--arch/x86_64/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile
index 12b3ff88f2bf20..0a03b62d707762 100644
--- a/arch/x86_64/kernel/Makefile
+++ b/arch/x86_64/kernel/Makefile
@@ -14,7 +14,7 @@ obj-y := process.o signal.o entry.o traps_64.o irq.o \
obj-$(CONFIG_STACKTRACE) += stacktrace.o
obj-$(CONFIG_X86_MCE) += mce.o therm_throt.o
obj-$(CONFIG_X86_MCE_INTEL) += mce_intel.o
-obj-$(CONFIG_X86_MCE_AMD) += mce_amd.o
+obj-$(CONFIG_X86_MCE_AMD) += mce_amd_64.o
obj-$(CONFIG_MTRR) += ../../i386/kernel/cpu/mtrr/
obj-$(CONFIG_ACPI) += acpi/
obj-$(CONFIG_X86_MSR) += msr.o