X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=db7ff755c75a4c912fa13befaea0d43979186ebb;hb=a662543285001bc75f60e4957b4e505af82db0b4;hp=8d49afa457264a49d3d5e8fc9a51ee3f1df9078a;hpb=f14d4d87f6b927c351b4fcbda83e11a33d427cd1;p=pciutils.git diff --git a/Makefile b/Makefile index 8d49afa..db7ff75 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2014 Martin Mares +# (c) 1998--2017 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.3.0 -DATE=2014-11-10 +VERSION=3.5.4 +DATE=2017-02-25 # Host OS and release (override if you are cross-compiling) HOST= @@ -69,7 +69,7 @@ force: lib/config.h lib/config.mk: cd lib && ./configure -lspci: lspci.o ls-vpd.o ls-caps.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) +lspci: lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/$(PCILIB) setpci: setpci.o common.o lib/$(PCILIB) LSPCIINC=lspci.h pciutils.h $(PCIINC)