diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-30 09:59:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-30 09:59:40 +0100 |
commit | 3a3a251032cb1659405cd390a9277267c5321c4b (patch) | |
tree | 2a38a35b2d5727620b1b298331e8d5b4524f8566 /target/config | |
parent | fb75b715f933c3167cc7063a205219c8dd10ac97 (diff) |
resolve recursive dependencies
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binfmt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index e83915cc3..a3f089ca5 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -13,7 +13,7 @@ depends on ADK_TARGET_ARCH_ARM \ config ADK_TARGET_BINFMT_ELF bool "ELF" - depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && !ADK_TARGET_UCLINUX + depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && ADK_TARGET_WITH_MMU config ADK_TARGET_BINFMT_FDPIC bool "FDPIC" @@ -22,7 +22,7 @@ config ADK_TARGET_BINFMT_FDPIC config ADK_TARGET_BINFMT_FLAT bool "FLAT" select ADK_TARGET_UCLINUX if ADK_TARGET_ARCH_BFIN - depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && ADK_TARGET_UCLINUX \ + depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && ADK_TARGET_WITHOUT_MMU \ || ADK_TARGET_ARCH_H8300 || ADK_TARGET_ARCH_LM32 || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV config ADK_TARGET_BINFMT_DSBT |