summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-23 13:04:10 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-23 13:04:10 +0200
commit5153e5556c424aa381c7ba4111d4fbe2284cb735 (patch)
tree84ca75a83d67294a503c6a379fd9440fec7d2d43 /Kconfig
parent43382fdb1bd53a159802a9f756ec2f1942dc355b (diff)
downloadembtoolkit-5153e5556c424aa381c7ba4111d4fbe2284cb735.tar.gz
embtoolkit-5153e5556c424aa381c7ba4111d4fbe2284cb735.tar.bz2
embtoolkit-5153e5556c424aa381c7ba4111d4fbe2284cb735.tar.xz
Embtk: optionally build cmake and create build options ans host tools in main menu
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 3879623..cdad186 100644
--- a/Kconfig
+++ b/Kconfig
@@ -81,7 +81,18 @@ source kconfig/fs.kconfig
source kconfig/packages.kconfig
endif
-menu "Embtoolkit build options"
+menu "Embtoolkit build options and host tools"
+comment "-----------------------------"
+comment "Host tools"
+comment "-----------------------------"
+
+config EMBTK_HOST_HAVE_CMAKE
+ bool "Build cmake for the host development machine"
+
+comment "-----------------------------"
+comment "Build options"
+comment "-----------------------------"
+
config EMBTK_NUMBER_BUILD_JOBS
int "Number of parallel build jobs"
default 1