Browse Source

fix logic, do not allow bflat choice for FDPIC

Waldemar Brodkorb 8 years ago
parent
commit
773a4f8792
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/config/Config.in.binfmt

+ 1 - 1
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