diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:17:25 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:17:25 -0400 |
commit | c668ce14f59db28a3551792763a0107caf3b9820 (patch) | |
tree | f516e5b665de5900cda3df8f393a9f5d61f21582 /arch/x86/kernel/Makefile_32 | |
parent | 250c22777fe1ccd7ac588579a6c16db4c0161cc5 (diff) |
x86: sanitize pathes arch/x86/kernel/Makefile_32
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/Makefile_32')
-rw-r--r-- | arch/x86/kernel/Makefile_32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/Makefile_32 b/arch/x86/kernel/Makefile_32 index cb25523026a6..c624193740fd 100644 --- a/arch/x86/kernel/Makefile_32 +++ b/arch/x86/kernel/Makefile_32 | |||
@@ -10,8 +10,8 @@ obj-y := process_32.o signal_32.o entry_32.o traps_32.o irq_32.o \ | |||
10 | quirks.o i8237.o topology.o alternative.o i8253_32.o tsc_32.o | 10 | quirks.o i8237.o topology.o alternative.o i8253_32.o tsc_32.o |
11 | 11 | ||
12 | obj-$(CONFIG_STACKTRACE) += stacktrace.o | 12 | obj-$(CONFIG_STACKTRACE) += stacktrace.o |
13 | obj-y += ../../x86/kernel/cpu/ | 13 | obj-y += cpu/ |
14 | obj-y += ../../x86/kernel/acpi/ | 14 | obj-y += acpi/ |
15 | obj-$(CONFIG_X86_BIOS_REBOOT) += reboot_32.o | 15 | obj-$(CONFIG_X86_BIOS_REBOOT) += reboot_32.o |
16 | obj-$(CONFIG_MCA) += mca_32.o | 16 | obj-$(CONFIG_MCA) += mca_32.o |
17 | obj-$(CONFIG_X86_MSR) += msr.o | 17 | obj-$(CONFIG_X86_MSR) += msr.o |