From 8fe32c17ce90cc6788bb9dfb5ac0e0decedaa5dd Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 25 Jul 2009 17:20:59 +0200 Subject: Embtk: Make number of parallel build jobs available through J env variable Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3