]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/Makefile
libpci: Add DJGPP physmem support for PCIe ECAM access
[pciutils.git] / lib / Makefile
index 33698db7c3bf57e50af795e2325fba07d65dcd05..84e25b5d8aa0786647d8b7fbce8150b49e97699b 100644 (file)
@@ -83,7 +83,9 @@ endif
 
 ifdef PCI_USE_PHYSMEM
 ifndef PCI_OS_WINDOWS
-ifndef PCI_OS_DJGPP
+ifdef PCI_OS_DJGPP
+OBJS += physmem-djgpp
+else
 OBJS += physmem-posix
 endif
 endif