소스 검색

finetune first configuration

Waldemar Brodkorb 10 년 전
부모
커밋
0e5494c148
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Config.in

+ 3 - 0
Config.in

@@ -38,7 +38,10 @@ source "target/config/Config.in.kernelversion"
 source "target/config/Config.in.toolchain"
 
 comment "changes made below do not require make cleandir after reconfiguration"
+depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
+
 menu "Target configuration"
+depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
 source "target/config/Config.in.qemuopts"
 source "target/config/Config.in.libc"
 source "target/config/Config.in.target"