patch-2.3.13 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: 19
-  Date:
Thu Aug  5 18:44:28 1999
-  Orig file: 
v2.3.12/linux/drivers/pci/Makefile
-  Orig date: 
Tue Apr 28 22:41:33 1998
diff -u --recursive --new-file v2.3.12/linux/drivers/pci/Makefile linux/drivers/pci/Makefile
@@ -15,7 +15,7 @@
 ifeq ($(CONFIG_MODULES),y)
 O_TARGET = pci_syms.o
 OX_OBJS  = pcisyms.o
-O_OBJS   = pci.o
+O_OBJS   = pci.o names.o
 L_OBJS   := pci_syms.o
 else
 L_OBJS   := pci.o
@@ -23,9 +23,6 @@
 
 ifdef CONFIG_PROC_FS
 L_OBJS   += proc.o
-ifdef CONFIG_PCI_OLD_PROC
-L_OBJS   += oldproc.o
-endif
 endif
 
 ifdef CONFIG_PCI_QUIRKS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)