summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
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 0cc20a2e4..7bd5eeaff 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -440,7 +440,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