patch-2.3.31 linux/drivers/pci/Makefile

Next file: linux/drivers/pci/gen-devlist.c
Previous file: linux/drivers/pci/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.30/linux/drivers/pci/Makefile linux/drivers/pci/Makefile
@@ -33,10 +33,10 @@
 
 include $(TOPDIR)/Rules.make
 
-names.o: names.c devlist.h
+names.o: names.c devlist.h classlist.h
 
-devlist.h: pci.ids gen-devlist
-	./gen-devlist <pci.ids >devlist.h
+devlist.h classlist.h: pci.ids gen-devlist
+	./gen-devlist <pci.ids
 
 gen-devlist: gen-devlist.c
 	$(HOSTCC) $(HOSTCFLAGS) -o gen-devlist gen-devlist.c

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