summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGongYuJian <gongyujian@acoinfo.com>2018-03-20 12:29:53 +0800
committerMartin Mares <mj@ucw.cz>2018-03-20 21:35:43 +0100
commit0547ded87cb2757044d4bcbdcafce32fc14c860f (patch)
tree38fe238db561204e6d77618337cba1547b7cd2f3
parent2a39bc9eb7f1bec7077fa5f067e7da5b3d71ce88 (diff)
downloadpciutils-0547ded87cb2757044d4bcbdcafce32fc14c860f.tar.gz
Sylixos: Bits of Makefile and configure
-rw-r--r--lib/Makefile4
-rwxr-xr-xlib/configure1
2 files changed, 5 insertions, 0 deletions
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"