diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index a47404691..716e550f2 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -358,6 +358,12 @@ endif |sed -e "s#^config \(.*\)#\1=y#" \ >> $(ADK_TOPDIR)/.defconfig; \ fi + @if [ ! -z "$(ADK_TARGET_ABI)" ];then \ + grep "^config" target/config/Config.in.abi.choice \ + |grep -i "$(ADK_TARGET_ABI)$$" \ + |sed -e "s#^config \(.*\)#\1=y#" \ + >> $(ADK_TOPDIR)/.defconfig; \ + fi @if [ ! -z "$(ADK_TARGET_ENDIAN)" ];then \ grep "^config" target/config/Config.in.endian.choice \ |grep -i "$(ADK_TARGET_ENDIAN)" \ |