summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-04 17:37:01 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-04 17:37:01 -0600
commit8c747160256d1c79fb5ffbad60864e125afd9f20 (patch)
treeac5860640355df7d841fc2ae9fd22897e531fca2 /Makefile
parent0e2e5822c8748f75957e257342be867715799ca0 (diff)
Makefile: replace DISABLE_THREADS with ENABLE_THREADS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c44af5..85c6fbc 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ CC_CPU := -mcpu=arm810
VFLAGS ?= \
--x-assign $(X_MODE) --x-initial $(X_MODE) \
- $(if $(DISABLE_THREADS),,--threads $(shell nproc)) \
+ $(if $(ENABLE_THREADS),--threads $(shell nproc)) \
$(if $(DISABLE_TRACE),,--trace) \
$(if $(DISABLE_COV),,--coverage)