summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/build.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 63c61eaf9..e0a298215 100644
--- a/mk/build.mk
+++ b/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