浏览代码

submodel choice for qemu targets got removed

Waldemar Brodkorb 8 年之前
父节点
当前提交
c45e8060eb
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      mk/build.mk

+ 0 - 6
mk/build.mk

@@ -475,12 +475,6 @@ endif
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(ADK_TOPDIR)/.defconfig; \
 	fi
-	@if [ ! -z "$(ADK_TARGET_QEMU)" ];then \
-		grep "^config" target/config/Config.in.qemu \
-			|grep -i "$(ADK_TARGET_QEMU)" \
-			|sed -e "s#^config \(.*\)#\1=y#" \
-			>> $(ADK_TOPDIR)/.defconfig; \
-	fi
 	@if [ ! -z "$(ADK_APPLIANCE)" ];then \
 		$(CONFIG)/conf --defconfig=.defconfig $(CONFIG_CONFIG_IN); \
 	fi