summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-10-22 19:41:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-10-22 19:42:24 +0200
commit9632fa83d1bb690ff26035a2745625b370bd86e1 (patch)
tree1c342614f19679a0498928471a16eb792f2ccd13 /target
parent7129111e97951dc77d1f2e8307d5b8ebb5156085 (diff)
bfin: unbreak build, elf2flt patch isn't bfin safe
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.binfmt3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index bb837f730..61414d98d 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -11,6 +11,7 @@ config ADK_TARGET_BINFMT_ELF
config ADK_TARGET_BINFMT_FLAT
bool "FLAT"
+ select BUSYBOX_NOMMU
select ADK_TARGET_UCLINUX if ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_ARM
depends on ADK_TARGET_LIB_UCLIBC_NG
depends on !ADK_TARGET_WITH_MMU
@@ -19,10 +20,12 @@ config ADK_TARGET_BINFMT_FLAT
config ADK_TARGET_BINFMT_FDPIC
bool "FDPIC"
+ select BUSYBOX_NOMMU
depends on ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_FRV || ADK_TARGET_ARCH_SH
config ADK_TARGET_BINFMT_DSBT
bool "DSBT"
+ select BUSYBOX_NOMMU
depends on ADK_TARGET_ARCH_C6X
endchoice