summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)