sdk build

This commit is contained in:
Wang Xin
2020-02-21 16:54:20 +08:00
parent a4ac16a1c8
commit a478166884
4 changed files with 33 additions and 267 deletions

View File

@ -28,6 +28,7 @@ do
done
menuconfig Kconfig
[ $? -eq 0 ] || exit $?
if [ ! -e ".config" ]; then
exit 0
@ -50,6 +51,8 @@ function args_add_array()
args="${args} -$1 ${2#,}"
}
source .config
profile=`cat .config | grep "^CONFIG_WAMR_SDK_PROFILE"`
profile=${profile#CONFIG_WAMR_SDK_PROFILE=\"}
profile=${profile%*\"}