diff options
author | Marvin Borner | 2021-05-18 18:46:57 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-18 18:46:57 +0200 |
commit | 4c8db3778a23b4a6c636403f9da55557d1206048 (patch) | |
tree | 3af044eeea85ea3e5ee6e5f1a767f931c0df57d8 /.build.mk | |
parent | 4b4bfec8a312132acc84b5166998d0cfa7c01931 (diff) |
Fixed build config
Diffstat (limited to '.build.mk')
-rw-r--r-- | .build.mk | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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) |