From 773a4f8792603d3704c7a7169d25dc23332edd15 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Nov 2015 20:24:47 +0100 Subject: fix logic, do not allow bflat choice for FDPIC --- target/config/Config.in.binfmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index ef44ddc95..639663f9a 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -36,7 +36,7 @@ endchoice # Set up flat binary type choice prompt "FLAT Binary type" -depends on ADK_TARGET_BINFMT_FLAT && ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN +depends on ADK_TARGET_BINFMT_FLAT && (ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN) default ADK_TARGET_BINFMT_FLAT_ONE config ADK_TARGET_BINFMT_FLAT_ONE -- cgit v1.2.3