summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 8ab5b680a..d3f16c12b 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -36,9 +36,8 @@ DEFS = -DDISTRIB_NAME=\"$(DISTRIB_NAME)\" -DDISTRIB_VERSION=\"$(DISTRIB_VERSION)
COMPILE = $(CC) $(DEFS) $(CFLAGS)
-INIT_DEFS =
+INIT_DEFS = $(GLIBC_INCLUDES)
INITSRC = init.c
-INIT_DEFS += $(GLIBC_INCLUDES)
STAGE1_DEFS=-DDISABLE_KA