diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:31 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:31 -0400 |
commit | a584dfcc686c5ed89a234f2166ddaf73ec22f31a (patch) | |
tree | 17daf0a662911bb504204123d4792442efa9a650 /arch/i386/kernel/Makefile | |
parent | 24f5b95bb91a6edac5dfdc7ddcbd6cabe0b30430 (diff) |
i386: prepare shared kernel/summit.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 84297d470df2..838f347c2580 100644 --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile | |||
@@ -28,7 +28,7 @@ obj-$(CONFIG_X86_REBOOTFIXUPS) += reboot_fixups.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.o |
31 | obj-$(CONFIG_X86_SUMMIT_NUMA) += summit.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 |
34 | obj-y += sysenter_32.o vsyscall_32.o | 34 | obj-y += sysenter_32.o vsyscall_32.o |