diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:37 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:37 -0400 |
commit | 30271a74772402764997e84cc5f6cab57d36418d (patch) | |
tree | 402ddff5cd0ab7e86bc14d4b902e9cb051951458 /arch/i386/kernel/Makefile | |
parent | eea21b3055b76705a718b6864152d8ec85cbe942 (diff) |
i386: prepare shared kernel/numaq.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/kernel/Makefile')
-rw-r--r-- | arch/i386/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile index 70820d5622bd..c731008620da 100644 --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile | |||
@@ -27,7 +27,7 @@ obj-$(CONFIG_X86_IO_APIC) += io_apic_32.o | |||
27 | obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups_32.o | 27 | obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups_32.o |
28 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_32.o crash_32.o | 28 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_32.o crash_32.o |
29 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o | 29 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o |
30 | obj-$(CONFIG_X86_NUMAQ) += numaq.o | 30 | obj-$(CONFIG_X86_NUMAQ) += numaq_32.o |
31 | obj-$(CONFIG_X86_SUMMIT_NUMA) += summit_32.o | 31 | obj-$(CONFIG_X86_SUMMIT_NUMA) += summit_32.o |
32 | obj-$(CONFIG_KPROBES) += kprobes.o | 32 | obj-$(CONFIG_KPROBES) += kprobes.o |
33 | obj-$(CONFIG_MODULES) += module_32.o | 33 | obj-$(CONFIG_MODULES) += module_32.o |