xtensa-build-zephyr: add imx8 as supported platform

Add imx8 platform to be tested with Zephyr.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
Iuliana Prodan 2021-08-30 14:16:59 +03:00 committed by Liam Girdwood
parent b2ee094436
commit 6b650bd95f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -e
SOF_TOP=$(cd "$(dirname "$0")" && cd .. && pwd)
SUPPORTED_PLATFORMS=(apl cnl icl tgl-h)
SUPPORTED_PLATFORMS=(apl cnl icl tgl-h imx8)
# Default value, can (and sometimes must) be overridden with -p
WEST_TOP="${SOF_TOP}"/zephyrproject
BUILD_JOBS=$(nproc --all)