From b1355998c859cf4a1531b1035ca0ccb4a9e97409 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 13 Apr 2021 09:04:40 +0200 Subject: prepare for switch to config.h instead of CFLAGS defines --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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}" -- cgit v1.2.3