diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:17:08 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:17:08 -0400 |
commit | 4b62ac9a2b859f932afd5625362c927111b7dd9b (patch) | |
tree | 30b159e2a0ffa635488feae5587640a7c21372f3 /arch/x86/kernel/Makefile | |
parent | 2b4fa851b2f06fdb04cac808b57324f5e51e1578 (diff) | |
parent | 8700600a74852d75eb965b969dcf9f58e2b32546 (diff) |
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 | |||
52 | obj-$(CONFIG_X86_64_SMP) += tsc_sync.o smpcommon.o | 52 | obj-$(CONFIG_X86_64_SMP) += tsc_sync.o smpcommon.o |
53 | obj-$(CONFIG_X86_TRAMPOLINE) += trampoline_$(BITS).o | 53 | obj-$(CONFIG_X86_TRAMPOLINE) += trampoline_$(BITS).o |
54 | obj-$(CONFIG_X86_MPPARSE) += mpparse.o | 54 | obj-$(CONFIG_X86_MPPARSE) += mpparse.o |
55 | obj-$(CONFIG_X86_LOCAL_APIC) += apic_$(BITS).o nmi_$(BITS).o | 55 | obj-$(CONFIG_X86_LOCAL_APIC) += apic_$(BITS).o nmi.o |
56 | obj-$(CONFIG_X86_IO_APIC) += io_apic_$(BITS).o | 56 | obj-$(CONFIG_X86_IO_APIC) += io_apic_$(BITS).o |
57 | obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups_32.o | 57 | obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups_32.o |
58 | obj-$(CONFIG_KEXEC) += machine_kexec_$(BITS).o | 58 | obj-$(CONFIG_KEXEC) += machine_kexec_$(BITS).o |