summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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