瀏覽代碼

fix usage of ADK_TARGET_ARCH

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

+ 1 - 1
mk/build.mk

@@ -421,7 +421,7 @@ endif
 	fi
 	@if [ ! -z "$(ADK_TARGET_ARCH)" ];then \
 		grep "^config" target/config/Config.in.arch.choice \
-			|grep -i "$(ADK_TARGET_ARCH)"\$$ \
+			|grep -i "$(ADK_TARGET_ARCH)$$" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			 >> $(ADK_TOPDIR)/.defconfig; \
 	fi