diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:17:08 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:17:08 +0200 |
commit | 4b62ac9a2b859f932afd5625362c927111b7dd9b (patch) | |
tree | 30b159e2a0ffa635488feae5587640a7c21372f3 /arch/x86/kernel/Makefile | |
parent | 2b4fa851b2f06fdb04cac808b57324f5e51e1578 (diff) | |
parent | 8700600a74852d75eb965b969dcf9f58e2b32546 (diff) | |
download | blackbird-op-linux-4b62ac9a2b859f932afd5625362c927111b7dd9b.tar.gz blackbird-op-linux-4b62ac9a2b859f932afd5625362c927111b7dd9b.zip |
Merge branch 'x86/nmi' into x86/devel
Conflicts:
arch/x86/kernel/nmi.c
arch/x86/kernel/nmi_32.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index d1d4ee895270..8ef4dbf32cf9 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -52,7 +52,7 @@ obj-$(CONFIG_X86_32_SMP) += smpcommon.o obj-$(CONFIG_X86_64_SMP) += tsc_sync.o smpcommon.o obj-$(CONFIG_X86_TRAMPOLINE) += trampoline_$(BITS).o obj-$(CONFIG_X86_MPPARSE) += mpparse.o -obj-$(CONFIG_X86_LOCAL_APIC) += apic_$(BITS).o nmi_$(BITS).o +obj-$(CONFIG_X86_LOCAL_APIC) += apic_$(BITS).o nmi.o obj-$(CONFIG_X86_IO_APIC) += io_apic_$(BITS).o obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups_32.o obj-$(CONFIG_KEXEC) += machine_kexec_$(BITS).o |