summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-04 22:42:45 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-04 22:42:45 +0200
commit40e730a29b6f8bad5497740d500851213b5818d7 (patch)
tree08b21d62d243826cd66dc757cc6aa9b764d47050 /mk/build.mk
parent5bd0b0dfdfb53bb51414918f33362e6d14fb2030 (diff)
parent5d071106970b4ecd8ad305fe4c700f594158685e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/build.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 013a61ce3..c377c00ff 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