summaryrefslogtreecommitdiff
path: root/com32/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/samples/Makefile')
-rw-r--r--com32/samples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile
index bee2b992..76986d59 100644
--- a/com32/samples/Makefile
+++ b/com32/samples/Makefile
@@ -15,7 +15,8 @@
##
topdir = ../..
-include ../MCONFIG
+MAKEDIR = $(topdir)/mk
+include $(MAKEDIR)/com32.mk
all: hello.c32 resolv.c32 serialinfo.c32 \
localboot.c32 \