patch-1.3.19 linux/drivers/pci/Makefile

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

diff -u --recursive --new-file v1.3.18/linux/drivers/pci/Makefile linux/drivers/pci/Makefile
@@ -9,24 +9,7 @@
 # parent makefile.
 #
 
-.s.o:
-	$(AS) -c -o $*.o $<
-.c.o:
-	$(CC) $(CFLAGS) -c $<
-
-OBJS := pci.o
-SRCS := pci.c
-
-all: pci.a
-
-pci.a: $(OBJS)
-	rm -f pci.a
-	$(AR) rcs pci.a $(OBJS)
-	sync
-
-dep:
-	$(CPP) -M $(SRCS) > .depend
-
-modules:
+L_OBJS   := pci.o
+L_TARGET := pci.a
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this