From 8c747160256d1c79fb5ffbad60864e125afd9f20 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 4 Oct 2023 17:37:01 -0600 Subject: Makefile: replace DISABLE_THREADS with ENABLE_THREADS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3