summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libs
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.libs')
-rw-r--r--target/config/Config.in.libs6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libs b/target/config/Config.in.libs
index 46734c842..55af79b68 100644
--- a/target/config/Config.in.libs
+++ b/target/config/Config.in.libs
@@ -7,7 +7,7 @@ bool "Library support"
config ADK_TARGET_USE_SHARED_LIBS_ONLY
bool "Create shared libraries only and link dynamically"
- depends on !ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_BINFMT_DSBT
+ depends on !ADK_TARGET_BINFMT_FLAT
config ADK_TARGET_USE_STATIC_LIBS_ONLY
bool "Create static libraries only and link statically"
@@ -19,10 +19,10 @@ config ADK_TARGET_USE_STATIC_LIBS_ONLY
config ADK_TARGET_USE_SHARED_AND_STATIC_LIBS
bool "Create shared and static libraries and link dynamically"
- depends on !ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_BINFMT_DSBT
+ depends on !ADK_TARGET_BINFMT_FLAT
config ADK_TARGET_USE_STATIC_AND_SHARED_LIBS
bool "Create static and shared libraries and link statically"
- depends on !ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_BINFMT_DSBT
+ depends on !ADK_TARGET_BINFMT_FLAT
endchoice