summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a542796..9ea5c46 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,8 @@ export Q
-include .config
+J := -j$(CONFIG_EMBTK_NUMBER_BUILD_JOBS)
+
ifeq ($(CONFIG_EMBTK_DOWNLOAD_DIR),)
DOWNLOAD_DIR := $(EMBTK_ROOT)/dl
endif