From 0547ded87cb2757044d4bcbdcafce32fc14c860f Mon Sep 17 00:00:00 2001 From: GongYuJian Date: Tue, 20 Mar 2018 12:29:53 +0800 Subject: [PATCH] Sylixos: Bits of Makefile and configure --- lib/Makefile | 4 ++++ lib/configure | 1 + 2 files changed, 5 insertions(+) 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" -- 2.39.2