patch-2.3.20 linux/drivers/pci/Makefile
Next file: linux/drivers/pci/devlist.h
Previous file: linux/drivers/parport/share.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Oct 7 18:07:25 1999
- Orig file:
v2.3.19/linux/drivers/pci/Makefile
- Orig date:
Tue Sep 7 12:14:06 1999
diff -u --recursive --new-file v2.3.19/linux/drivers/pci/Makefile linux/drivers/pci/Makefile
@@ -25,6 +25,10 @@
L_OBJS += proc.o
endif
-L_OBJS += compat.o quirks.o names.o syscall.o setup.o
+L_OBJS += compat.o quirks.o names.o helper.o
+
+ifndef CONFIG_X86
+L_OBJS += syscall.o setup.o
+endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)