patch-2.1.75 linux/drivers/pci/Makefile

Next file: linux/drivers/pci/pci.c
Previous file: linux/drivers/net/ipddp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.74/linux/drivers/pci/Makefile linux/drivers/pci/Makefile
@@ -12,4 +12,8 @@
 L_OBJS   := pci.o
 L_TARGET := pci.a
 
+ifeq ($(CONFIG_PCI_OPTIMIZE),y)
+L_OBJS   += quirks.o
+endif
+
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov