summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-04 19:00:37 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-04 19:00:37 +0200
commit5bd0b0dfdfb53bb51414918f33362e6d14fb2030 (patch)
treed569d67e581030ac6ed7c339e55daf69ce992354 /mk
parent382f5f3f42c616bda2a35fd6a37554f99b74fb15 (diff)
parentf5709af4b77b431c023ef8fc67710870ec6eb510 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 8bec78bb9..013a61ce3 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -434,7 +434,7 @@ endif
fi
@if [ ! -z "$(ADK_TARGET_FLOAT)" ];then \
grep "^config" target/config/Config.in.float.choice \
- |grep -i "$(ADK_TARGET_FLOAT)" \
+ |grep -i "$(ADK_TARGET_FLOAT)$$" \
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/.defconfig; \
fi