summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-19 00:54:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-19 00:54:57 +0100
commit2e10cd9c4378cc3beb3d91d004b8e48e63f0bd57 (patch)
tree1d54855fbe7b2a4e977c8bf3a144f6b488bf4392 /target/config/Config.in.tools
parentc477b96e2be62a23ed2473bb92a3c840c3bf92d3 (diff)
more h8300 work, add u-boot
Diffstat (limited to 'target/config/Config.in.tools')
-rw-r--r--target/config/Config.in.tools12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools
index 66b717cda..adff5da98 100644
--- a/target/config/Config.in.tools
+++ b/target/config/Config.in.tools
@@ -93,6 +93,14 @@ config ADK_HOST_BUILD_GREP
config ADK_HOST_BUILD_U_BOOT
bool
+ depends on !ADK_TARGET_ARCH_H8300
+ default y if ADK_HOST_NEED_UBOOT
+ default n
+
+config ADK_HOST_BUILD_U_BOOT_H8300
+ bool
+ depends on ADK_TARGET_ARCH_H8300
+ default y if ADK_HOST_NEED_UBOOT
default n
config ADK_HOST_BUILD_OPENOCD
@@ -275,6 +283,10 @@ config ADK_HOST_BUILD_KMOD
bool
default n
+config ADK_HOST_NEED_U_BOOT
+ bool
+ default n
+
source "target/config/Config.in.prereq"
config ADK_COMPRESSION_TOOL