summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig22
1 files changed, 5 insertions, 17 deletions
diff --git a/Kconfig b/Kconfig
index 5dcff3d..35189c2 100644
--- a/Kconfig
+++ b/Kconfig
@@ -19,6 +19,8 @@ config NO_PLATFORM
bool
default y
+config VIRTUAL
+ bool
config PROJECT
string
@@ -68,23 +70,9 @@ source "workspace/rules/cross-clang.in"
source "workspace/rules/cross-gdb.in"
source "workspace/rules/cross-toolchain.in"
source "workspace/rules/host-fake-makeinfo.in"
-source "workspace/rules/host-cloog.in"
-source "workspace/rules/host-expat.in"
-source "workspace/rules/host-gmp.in"
-source "workspace/rules/host-isl.in"
-source "workspace/rules/host-mpc.in"
-source "workspace/rules/host-mpfr.in"
-source "workspace/rules/host-xz.in"
-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"
+
+source "generated/hosttools_noprompt.in"
+source "generated/hosttools_noprompt_ptx.in"
comment "----------------------------------"