diff options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index ae1713aa0..af4ec2e15 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -43,6 +43,7 @@ top_dir = . include $(top_dir)/Makefile.common +include $(top_dir)/../Makefile.config DEFS = -DDISTRIB_NAME=\"$(DISTRIB_NAME)\" -DDISTRIB_VERSION=\"$(DISTRIB_VERSION)\" -DDISTRIB_DESCR=\"$(DISTRIB_DESCR)\" -DSPAWN_SHELL $(ADDITIONAL_DEFS) -D_FILE_OFFSET_BITS=64 |