From 9c253e1c3400735fcf7992a9b351f9fec65b399f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 25 Jul 2009 16:32:49 +0200 Subject: Embtoolkit: Allow users to specify number of parallel build Signed-off-by: Abdoulaye Walsimou Gaye --- Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Kconfig b/Kconfig index 949d4bb..b402aaa 100644 --- a/Kconfig +++ b/Kconfig @@ -67,3 +67,9 @@ source "kconfig/packages.kconfig" endif endmenu +menu "Embtoolkit build options" +config EMBTK_NUMBER_BUILD_JOBS + int "Number of parallel build jobs" + default 1 +endmenu + -- cgit v1.2.3