You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
406 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -88,7 +88,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS)
  4. ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS)
  5. update-pciids: update-pciids.sh
  6. - sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/$(PCI_IDS)@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@"
  7. + sed <$< >$@ "s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@"
  8. chmod +x $@
  9. # The example of use of libpci