patch-2.3.40 linux/arch/i386/kernel/Makefile

Next file: linux/arch/i386/kernel/acpi.c
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.39/linux/arch/i386/kernel/Makefile linux/arch/i386/kernel/Makefile
@@ -55,8 +55,12 @@
 O_OBJS += smp.o smpboot.o trampoline.o
 endif
 
+ifdef CONFIG_X86_LOCAL_APIC
+O_OBJS += apic.o
+endif
+
 ifdef CONFIG_X86_IO_APIC
-O_OBJS += io_apic.o
+O_OBJS += io_apic.o mpparse.o
 endif
 
 ifdef CONFIG_X86_VISWS_APIC

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)