summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-06-09 09:27:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-11 22:06:36 +0200
commit526dddf4c3493a7b7732d9bd0aab2d3e22b3154a (patch)
treef7c4008ee722af799da9bb319a30a88fbe76cbdc /Kconfig
parent23ee83f42f947a7f9d725c71f638f7c9bacc93c3 (diff)
downloadbarebox-526dddf4c3493a7b7732d9bd0aab2d3e22b3154a.tar.gz
barebox-526dddf4c3493a7b7732d9bd0aab2d3e22b3154a.tar.xz
scripts: create a separate section for host tools
This allows to enable host tools even if they are not needed for the current configuration to improve compile coverage and simplify packaging these tools. The conversion doesn't cover all tools available but can be extended later. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 53d4f5a276..197dd1c4b3 100644
--- a/Kconfig
+++ b/Kconfig
@@ -9,3 +9,5 @@ config SRCARCH
option env="SRCARCH"
source "arch/$SRCARCH/Kconfig"
+
+source "scripts/Kconfig"