Skip to content

Commit

Permalink
x86: sanitize pathes arch/x86/kernel/Makefile_32
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 250c227 commit c668ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kernel/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ obj-y := process_32.o signal_32.o entry_32.o traps_32.o irq_32.o \
quirks.o i8237.o topology.o alternative.o i8253_32.o tsc_32.o

obj-$(CONFIG_STACKTRACE) += stacktrace.o
obj-y += ../../x86/kernel/cpu/
obj-y += ../../x86/kernel/acpi/
obj-y += cpu/
obj-y += acpi/
obj-$(CONFIG_X86_BIOS_REBOOT) += reboot_32.o
obj-$(CONFIG_MCA) += mca_32.o
obj-$(CONFIG_X86_MSR) += msr.o
Expand Down

0 comments on commit c668ce1

Please sign in to comment.