Browse Source

fix preselection of instructions set

Waldemar Brodkorb 6 years ago
parent
commit
02c582b756
1 changed files with 1 additions and 1 deletions
  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; \