diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 4d4fb73e5..66b717cda 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -1,8 +1,4 @@ # always required from OpenADK -config ADK_HOST_BUILD_HEIRLOOM_CPIO - bool - default y - config ADK_HOST_BUILD_ADK_HELPER bool default y @@ -74,6 +70,10 @@ config ADK_HOST_BUILD_CMAKE default y if ADK_BUILD_COMPILER_LLVM default n +config ADK_HOST_BUILD_CPIO + bool + default n + config ADK_HOST_BUILD_FILE bool default n |