diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:14:23 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:14:23 +0200 |
commit | bd751ae043e89e2e44e6af784df5a70694b1c9b7 (patch) | |
tree | 42deb4c66c81bdf9214f5f0fd245887cb65004e7 /arch/x86_64/kernel/Makefile | |
parent | 13a9cd42466e12113859c4d7b41561e8bbcaf09d (diff) | |
download | linux-bd751ae043e89e2e44e6af784df5a70694b1c9b7.tar.gz linux-bd751ae043e89e2e44e6af784df5a70694b1c9b7.tar.bz2 linux-bd751ae043e89e2e44e6af784df5a70694b1c9b7.zip |
x86_64: prepare shared kernel/apic.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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 8c48cd7b399c..b4e36e69150e 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -21,7 +21,7 @@ obj-$(CONFIG_X86_MSR) += msr.o obj-$(CONFIG_MICROCODE) += microcode.o obj-$(CONFIG_X86_CPUID) += cpuid.o obj-$(CONFIG_SMP) += smp_64.o smpboot.o trampoline.o tsc_sync.o -obj-y += apic.o nmi.o +obj-y += apic_64.o nmi.o obj-y += io_apic_64.o mpparse.o genapic.o genapic_flat.o obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_64.o crash_64.o obj-$(CONFIG_CRASH_DUMP) += crash_dump.o |