diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-16 19:03:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-16 19:05:00 +0200 |
commit | 0641bdb4a55e89acb3dcfb7785df57304d82f155 (patch) | |
tree | d7f9fa0c0a8d7140befb9c001fd51e84e8d8e7e0 /target/config | |
parent | 5f32878499175337bcb6597562fe9ff3d01f577d (diff) |
add etrax-tools
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 1049b173f..a328b8684 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -74,6 +74,11 @@ config ADK_HOST_BUILD_CPIO bool default n +config ADK_HOST_BUILD_ETRAX_TOOLS + bool + default y if ADK_TARGET_SYSTEM_FOXBOARD_LX832 + default n + config ADK_HOST_BUILD_FILE bool default n |