summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index abd4dca..3625462 100644
--- a/Makefile
+++ b/Makefile
@@ -380,6 +380,9 @@ endif
default: build/system.elf
+include/config.h: .config
+ ${QUIET}awk -f script/conf2h.awk .config > include/config.h
+
stack: default
${QUIET}test -n "${OBJDUMP}"
${QUIET}test -n "${ARCH_SHORTNAME}"