瀏覽代碼

fix preselection of instructions set

Waldemar Brodkorb 6 年之前
父節點
當前提交
02c582b756
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mk/build.mk

+ 1 - 1
mk/build.mk

@@ -457,7 +457,7 @@ defconfig: .menu $(CONFIG)/conf
 			>> $(ADK_TOPDIR)/.defconfig; \
 	fi
 	@if [ ! -z "$(ADK_TARGET_INSTRUCTION_SET)" ];then \
-		grep "^config" target/config/Config.in.archopts \
+		grep "^config" target/config/Config.in.instructions \
 			|grep -i "$(ADK_TARGET_INSTRUCTION_SET)$$" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(ADK_TOPDIR)/.defconfig; \