diff options
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 75e885f65..0a6011917 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. choice -depends on ADK_TARGET_OS_LINUX +depends on ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX bool "Library support" config ADK_TARGET_USE_SHARED_LIBS_ONLY @@ -160,7 +160,7 @@ config ADK_STATIC_TOOLCHAIN config ADK_PRELINK bool "Prelink binaries and libraries in Image" - depends on ADK_TARGET_OS_LINUX + depends on ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX help Do prelinking for faster loading of binaries. |