patch-2.3.20 linux/arch/i386/kernel/Makefile
Next file: linux/arch/i386/kernel/bios32.c
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Fri Oct 8 10:06:21 1999
- Orig file:
v2.3.19/linux/arch/i386/kernel/Makefile
- Orig date:
Thu Aug 26 13:05:34 1999
diff -u --recursive --new-file v2.3.19/linux/arch/i386/kernel/Makefile linux/arch/i386/kernel/Makefile
@@ -19,7 +19,12 @@
MX_OBJS :=
ifdef CONFIG_PCI
-O_OBJS += bios32.o
+O_OBJS += pci-i386.o
+ifdef CONFIG_VISWS
+O_OBJS += pci-visws.o
+else
+O_OBJS += pci-pc.o
+endif
endif
ifdef CONFIG_MCA
@@ -43,7 +48,7 @@
endif
ifdef CONFIG_SMP
-O_OBJS += smp.o trampoline.o
+O_OBJS += smp.o smpboot.o trampoline.o
endif
ifdef CONFIG_X86_IO_APIC
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)