summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-25 16:32:49 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-25 16:32:49 +0200
commit9c253e1c3400735fcf7992a9b351f9fec65b399f (patch)
treee166726350f6d7363e27b71cf38f8ece6de56bdf
parent100a14dd0344a6f60759ac95a3f47ed72d16ec6c (diff)
downloadembtoolkit-9c253e1c3400735fcf7992a9b351f9fec65b399f.tar.gz
embtoolkit-9c253e1c3400735fcf7992a9b351f9fec65b399f.tar.bz2
embtoolkit-9c253e1c3400735fcf7992a9b351f9fec65b399f.tar.xz
Embtoolkit: Allow users to specify number of parallel build
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--Kconfig6
1 files changed, 6 insertions, 0 deletions
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
+