summaryrefslogtreecommitdiff
path: root/com32/mboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/mboot/Makefile')
-rw-r--r--com32/mboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/mboot/Makefile b/com32/mboot/Makefile
index 7e6c2e96..cad320f2 100644
--- a/com32/mboot/Makefile
+++ b/com32/mboot/Makefile
@@ -16,7 +16,8 @@
##
topdir = ../..
-include ../MCONFIG
+MAKEDIR = $(topdir)/mk
+include $(MAKEDIR)/com32.mk
LIBS = ../libutil/libutil_com.a ../lib/libcom32.a $(LIBGCC)
LNXLIBS = ../libutil/libutil_lnx.a