From 4c8db3778a23b4a6c636403f9da55557d1206048 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 18 May 2021 18:46:57 +0200 Subject: Fixed build config --- .build.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.build.mk') diff --git a/.build.mk b/.build.mk index 8d34dbb..489d8fa 100644 --- a/.build.mk +++ b/.build.mk @@ -5,10 +5,11 @@ ALL_PREPROCESSOR_FLAGS = \ DEBUG_ALLOC \ DEBUG_SCHEDULER -# Default configs -CONFIG_CACHE ?= -CONFIG_EXTRA_CFLAGS ?= -CONFIG_USE_PIE ?= +# All config options +ALL_CONFIGS = \ + CONFIG_CACHE \ + CONFIG_EXTRA_CFLAGS \ + CONFIG_USE_PIE # Specific config groups ifeq ($(CONFIG), debug) -- cgit v1.2.3