patch-2.3.49 linux/drivers/pci/Makefile

Next file: linux/drivers/pci/pci.c
Previous file: linux/drivers/parport/parport_pc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.48/linux/drivers/pci/Makefile linux/drivers/pci/Makefile
@@ -14,11 +14,8 @@
 # Nasty trick as we need to link files with no references from the outside.
 O_TARGET := pci_core.o
 L_OBJS	 := pci_core.o
-O_OBJS   := pci.o quirks.o
-
-ifdef CONFIG_MODULES
-OX_OBJS  += pcisyms.o
-endif
+O_OBJS   := quirks.o
+OX_OBJS   := pci.o
 
 ifdef CONFIG_PROC_FS
 O_OBJS   += proc.o

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