summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-05 17:33:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-05 17:33:05 +0200
commit4667cf73480872d40f19bd4faf5dbd649723aed4 (patch)
treed0a5a7314e74bb158a1058b1d9434754d031d46c /mk/build.mk
parentbc442421ee431d9b8976e2aa90615950eda5e1f6 (diff)
now really a fix
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 5cd696b55..bb59658a5 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -421,7 +421,7 @@ endif
fi
@if [ ! -z "$(ADK_TARGET_ARCH)" ];then \
grep "^config" target/config/Config.in.arch.choice \
- |grep -i "$(ADK_TARGET_ARCH)$$" \
+ |grep -i "_$(ADK_TARGET_ARCH)$$" \
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/.defconfig; \
fi