x86: rename apic_32.c and apic_64.c to apic.c
[deliverable/linux.git] / arch / x86 / kernel / Makefile
index 7264f9c3af8feaa28b5a85f375f2d706fd7bfc95..45cecc59d8944a81cd7d2874b9558e6df26cbe32 100644 (file)
@@ -60,7 +60,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.o
+obj-$(CONFIG_X86_LOCAL_APIC)   += apic.o nmi.o
 obj-$(CONFIG_X86_IO_APIC)      += io_apic.o
 obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups_32.o
 obj-$(CONFIG_DYNAMIC_FTRACE)   += ftrace.o
This page took 0.023883 seconds and 5 git commands to generate.