From 6a4f6b9cd473839100e6619d6c6d2ff486ed1260 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 4 Apr 2016 22:35:59 +0200 Subject: add binfmt suffix for bfin --- target/config/Config.in.binfmt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target') diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 76aebe706..d476eff5f 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -39,6 +39,7 @@ config ADK_TARGET_BINFMT_FLAT_ONE config ADK_TARGET_BINFMT_FLAT_SEP_DATA bool "Separate data and code region" + depends on ADK_TARGET_ARCH_M68K help Allow for the data and text segments to be separated and placed in different regions of memory. @@ -49,3 +50,10 @@ config ADK_TARGET_BINFMT_FLAT_SHARED Allow to load and link indiviual FLAT binaries at run time. endchoice + +config ADK_TARGET_BINFMT + string + depends on ADK_TARGET_ARCH_BFIN + default "bflt" if ADK_TARGET_BINFMT_FLAT + default "fdpic" if ADK_TARGET_BINFMT_FDPIC + -- cgit v1.2.3