]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Sylixos: Bits of Makefile and configure
authorGongYuJian <gongyujian@acoinfo.com>
Tue, 20 Mar 2018 04:29:53 +0000 (12:29 +0800)
committerMartin Mares <mj@ucw.cz>
Tue, 20 Mar 2018 20:35:43 +0000 (21:35 +0100)
lib/Makefile
lib/configure

index f119b728e3897214f23f48d5a5824c1b0ef8d981..12bbe343cbcb6c789af1630d63e6437ff412a86e 100644 (file)
@@ -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)
index f8f019686b81c6c3e85c521cb25017c42f3e7d63..8718d9585ff4998945621fe5ea0bef9b8adee1b5 100755 (executable)
@@ -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"