From: GongYuJian Date: Tue, 20 Mar 2018 04:29:53 +0000 (+0800) Subject: Sylixos: Bits of Makefile and configure X-Git-Tag: v3.6.0~16 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0547ded87cb2757044d4bcbdcafce32fc14c860f;p=pciutils.git Sylixos: Bits of Makefile and configure --- diff --git a/lib/Makefile b/lib/Makefile index f119b72..12bbe34 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -46,6 +46,10 @@ ifdef PCI_HAVE_PM_DARWIN_DEVICE OBJS += darwin endif +ifdef PCI_HAVE_PM_SYLIXOS_DEVICE +OBJS += sylixos-device +endif + all: $(PCILIB) $(PCILIBPC) ifeq ($(SHARED),no) diff --git a/lib/configure b/lib/configure index f8f0196..8718d95 100755 --- a/lib/configure +++ b/lib/configure @@ -146,6 +146,7 @@ case $sys in echo >>$c '#define PCI_HAVE_64BIT_ADDRESS' echo >>$c '#define PCI_HAVE_PM_SYLIXOS_DEVICE' IDSDIR="/etc/pci" + LIBRESOLV= ;; *) echo " Unfortunately, your OS is not supported by the PCI Library"