X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=db7ff755c75a4c912fa13befaea0d43979186ebb;hb=a662543285001bc75f60e4957b4e505af82db0b4;hp=9589ea34d95cedec2751c881b304def8e4c16caf;hpb=8d1cb3d74a34971d89602ccd6fc03cf3ab72003a;p=pciutils.git diff --git a/Makefile b/Makefile index 9589ea3..db7ff75 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2013 Martin Mares +# (c) 1998--2017 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.2.1 -DATE=2013-11-10 +VERSION=3.5.4 +DATE=2017-02-25 # Host OS and release (override if you are cross-compiling) HOST= @@ -24,6 +24,9 @@ SHARED=no # Use libkmod to resolve kernel modules on Linux (yes/no, default: detect) LIBKMOD= +# Use libudev to resolve device names using hwdb on Linux (yes/no, default: detect) +HWDB= + # ABI version suffix in the name of the shared library # (as we use proper symbol versioning, this seldom needs changing) ABI_VERSION=.3 @@ -66,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)