2010-01-21 12:58:33 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2013-07-02 23:56:28 +00:00
|
|
|
@@ -85,7 +85,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS)
|
|
|
|
ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS)
|
2010-01-21 12:58:33 +00:00
|
|
|
|
|
|
|
update-pciids: update-pciids.sh
|
|
|
|
- sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/$(PCI_IDS)@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@"
|
|
|
|
+ sed <$< >$@ "s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@"
|
|
|
|
chmod +x $@
|
|
|
|
|
|
|
|
# The example of use of libpci
|