Skip to content

Commit

Permalink
scripts: Add mt8195 to build script
Browse files Browse the repository at this point in the history
Add mt8195 to build script.

Signed-off-by: YC Hung <[email protected]>
Signed-off-by: Allen-KH Cheng <[email protected]>
  • Loading branch information
kuanhsuncheng authored and lgirdwood committed Sep 10, 2021
1 parent a43193b commit 9a09b97
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/xtensa-build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9a09b97

Please sign in to comment.