From 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Mar 2018 15:46:47 +0100 Subject: add support for waldux --- target/config/Config.in.toolchain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/config/Config.in.toolchain') 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. -- cgit v1.2.3