浏览代码

fix logic, do not allow bflat choice for FDPIC

Waldemar Brodkorb 8 年之前
父节点
当前提交
773a4f8792
共有 1 个文件被更改,包括 1 次插入1 次删除
  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