summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-15 11:08:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-15 11:08:49 +0100
commitbe9bc1c473af631de6427aa3d71afb874445be0c (patch)
tree6f33f0d3337bbac1e58c5154beb3904eff83f84c /mk/build.mk
parent16e4aedad0bc7a26259f194750db8baeaa23af54 (diff)
parentdd26294176a557e1deaca4666efa99ff4468be34 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 66472657a..0c2360bc4 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -365,12 +365,6 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(TOPDIR)/.defconfig; \
fi
- @if [ ! -z "$(PKG)" ];then \
- grep "^config" target/config/Config.in \
- |grep -i "$(PKG)" \
- |sed -e "s#^config \(.*\)#\1=y#" \
- >> $(TOPDIR)/.defconfig; \
- fi
@if [ ! -z "$(LIBC)" ];then \
grep "^config" target/config/Config.in \
|grep -i "$(LIBC)" \
@@ -429,12 +423,6 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(TOPDIR)/all.config; \
fi
- @if [ ! -z "$(PKG)" ];then \
- grep "^config" target/config/Config.in \
- |grep -i "$(PKG)" \
- |sed -e "s#^config \(.*\)#\1=y#" \
- >> $(TOPDIR)/all.config; \
- fi
@if [ ! -z "$(LIBC)" ];then \
grep "^config" target/config/Config.in \
|grep -i "$(LIBC)" \