aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 4110ad3..5c438eb 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -79,6 +79,12 @@ ifdef PCI_OS_WINDOWS
OBJS += win32-helpers
endif
+ifndef PCI_OS_WINDOWS
+ifndef PCI_OS_DJGPP
+OBJS += physmem-posix
+endif
+endif
+
all: $(PCILIB) $(PCILIBPC)
ifeq ($(SHARED),no)