summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-06-05 19:53:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-04 12:34:23 +0200
commita00719a41b1c5017815acebb88eb2e7905102fc5 (patch)
tree90a08e3006db094e80e3895e23e4cf4050d770d5
parent7b96e5010d35d1d0ab995ed4f10932bf507eba9b (diff)
downloadOSELAS.Toolchain-a00719a41b1c5017815acebb88eb2e7905102fc5.tar.gz
OSELAS.Toolchain-a00719a41b1c5017815acebb88eb2e7905102fc5.tar.xz
Kconfig: add some host tools needed for llvm/clang
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 92cc7bf..7e6fe87 100644
--- a/Kconfig
+++ b/Kconfig
@@ -77,9 +77,12 @@ source "workspace/rules/host-zlib.in"
source "workspace/rules/host-libelf.in"
source "rules/host-autotools-autoconf.in"
source "rules/host-autotools-automake.in"
+source "rules/host-cmake.in"
source "rules/host-chrpath.in"
source "rules/host-m4.in"
+source "rules/host-ninja.in"
source "rules/host-system-perl.in"
+source "rules/host-system-python3.in"
comment "----------------------------------"