aboutsummaryrefslogtreecommitdiff
path: root/.build.mk
diff options
context:
space:
mode:
authorMarvin Borner2021-05-18 18:46:57 +0200
committerMarvin Borner2021-05-18 18:46:57 +0200
commit4c8db3778a23b4a6c636403f9da55557d1206048 (patch)
tree3af044eeea85ea3e5ee6e5f1a767f931c0df57d8 /.build.mk
parent4b4bfec8a312132acc84b5166998d0cfa7c01931 (diff)
Fixed build config
Diffstat (limited to '.build.mk')
-rw-r--r--.build.mk9
1 files changed, 5 insertions, 4 deletions
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)