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
-  Lines: 14
-  Date:
Mon Feb 28 07:16:54 2000
-  Orig file: 
v2.3.48/linux/drivers/pci/Makefile
-  Orig date: 
Fri Jan 21 18:19:16 2000
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)