summaryrefslogtreecommitdiffstats
path: root/rules/templates
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-08-19 13:27:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-21 22:06:43 +0200
commit682d95986b7acfcabb31a25c58f0074e69c9005d (patch)
treecc4c8ed63bc8129769918c61cfcfe7da6b58e61d /rules/templates
parent7d7a193a580283e82705ffefced6477ddc865365 (diff)
downloadptxdist-682d95986b7acfcabb31a25c58f0074e69c9005d.tar.gz
ptxdist-682d95986b7acfcabb31a25c58f0074e69c9005d.tar.xz
barebox, kernel: set <PKG>_CONF_TOOL := kconfig explicitely
Until now this worked without setting the variable because ptxd_make_world_init tries to autodetect the config tool, but we should make this explicit. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200819112703.11988-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates')
-rw-r--r--rules/templates/template-barebox-imx-habv4-make1
-rw-r--r--rules/templates/template-barebox-make1
-rw-r--r--rules/templates/template-kernel-make1
3 files changed, 3 insertions, 0 deletions
diff --git a/rules/templates/template-barebox-imx-habv4-make b/rules/templates/template-barebox-imx-habv4-make
index a7d287822..cfe4c2de3 100644
--- a/rules/templates/template-barebox-imx-habv4-make
+++ b/rules/templates/template-barebox-imx-habv4-make
@@ -37,6 +37,7 @@ BAREBOX_@PACKAGE@_PATH := PATH=$(HOST_PATH)
BAREBOX_@PACKAGE@_WRAPPER_BLACKLIST := \
$(PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST)
+BAREBOX_@PACKAGE@_CONF_TOOL := kconfig
BAREBOX_@PACKAGE@_CONF_OPT := \
-C $(BAREBOX_@PACKAGE@_DIR) \
O=$(BAREBOX_@PACKAGE@_BUILD_DIR) \
diff --git a/rules/templates/template-barebox-make b/rules/templates/template-barebox-make
index ae7e06038..6a9599240 100644
--- a/rules/templates/template-barebox-make
+++ b/rules/templates/template-barebox-make
@@ -37,6 +37,7 @@ BAREBOX_@PACKAGE@_PATH := PATH=$(HOST_PATH)
BAREBOX_@PACKAGE@_WRAPPER_BLACKLIST := \
$(PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST)
+BAREBOX_@PACKAGE@_CONF_TOOL := kconfig
BAREBOX_@PACKAGE@_CONF_OPT := \
-C $(BAREBOX_@PACKAGE@_DIR) \
O=$(BAREBOX_@PACKAGE@_BUILD_DIR) \
diff --git a/rules/templates/template-kernel-make b/rules/templates/template-kernel-make
index 697c18145..c7448b2a8 100644
--- a/rules/templates/template-kernel-make
+++ b/rules/templates/template-kernel-make
@@ -46,6 +46,7 @@ KERNEL_@PACKAGE@_SHARED_OPT += \
HOSTCXX="$(HOSTCXX) -DGENERATOR_FILE" \
HOSTCC="$(HOSTCC) -DGENERATOR_FILE"
+KERNEL_@PACKAGE@_CONF_TOOL := kconfig
KERNEL_@PACKAGE@_CONF_OPT := \
$(KERNEL_@PACKAGE@_SHARED_OPT)