diff options
-rw-r--r-- | mk/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk index 454114b07..ed40042d1 100644 --- a/mk/build.mk +++ b/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; \ |