]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/Makefile
Released as 3.6.1
[pciutils.git] / lib / Makefile
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)