scripts: Add mt8195 to build script

Add mt8195 to build script.

Signed-off-by: YC Hung <yc.hung@mediatek.com>
Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
This commit is contained in:
Allen-KH Cheng 2021-09-09 19:20:27 +08:00 committed by Liam Girdwood
parent a43193bb3f
commit 9a09b97c28
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@
set -e
SUPPORTED_PLATFORMS=(byt cht bdw hsw apl skl kbl cnl sue icl jsl \
imx8 imx8x imx8m imx8ulp tgl tgl-h rn)
imx8 imx8x imx8m imx8ulp tgl tgl-h rn mt8195)
BUILD_ROM=no
BUILD_DEBUG=no
BUILD_FORCE_UP=no
@ -329,6 +329,12 @@ do
HOST="xtensa-rn-elf"
XTENSA_TOOLS_VERSION="RF-2016.4-linux"
;;
mt8195)
PLATFORM="mt8195"
XTENSA_CORE="hifi4_8195_PROD"
HOST="xtensa-mt8195-elf"
XTENSA_TOOLS_VERSION="RI-2019.1-linux"
;;
esac