diff options
Diffstat (limited to 'target')
-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 46a73c542..c39916044 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -87,6 +87,11 @@ config ADK_HOST_BUILD_GAWK default y if ADK_HOST_DARWIN default n +config ADK_HOST_BUILD_OBJCONV + bool + default y if ADK_HOST_DARWIN + default n + config ADK_HOST_BUILD_GREP bool default n |