summaryrefslogtreecommitdiff
path: root/mk/buildsystem.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/buildsystem.mk')
-rw-r--r--mk/buildsystem.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/buildsystem.mk b/mk/buildsystem.mk
index c767f3e..ff61ad5 100644
--- a/mk/buildsystem.mk
+++ b/mk/buildsystem.mk
@@ -53,6 +53,7 @@ define __embtk_kconfig_buildrun
obj=$(EMBTK_ROOT)/scripts/kconfig \
EMBTK_DEFAULT_DL="$(EMBTK_ROOT)/dl/" \
EMBTK_VERSION=$(EMBTK_VERSION) \
+ CONFIG_SHELL=$(CONFIG_EMBTK_SHELL) \
quiet=quiet_ KBUILD_VERBOSE=0 $(1)
endef