summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 91b898688..e7a59c69e 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -160,4 +160,11 @@ config SETUP_HOST_CXX
help
Specify the host C++ compile here.
+config SETUP_HOST_MAKE
+ prompt "host MAKE"
+ string
+ default "make"
+ help
+ Specify the host make programm here.
+
endmenu