Skip to content

Commit fe70d9b

Browse files
committed
make_zephyr_sdk: update for new xtensa variants
Signed-off-by: Kumar Gala <[email protected]>
1 parent f037850 commit fe70d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/make_zephyr_sdk.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ product_name="zephyr-sdk"
1616
root_dir=$(dirname $0)/..
1717
sdk_version=$(cat $root_dir/VERSION)
1818
arch_list="arm arm64 arc nios2 riscv64 sparc x86_64 xtensa_sample_controller \
19-
xtensa_intel_apl_adsp xtensa_intel_s1000"
19+
xtensa_intel_apl_adsp xtensa_intel_s1000 xtensa_intel_bdw_adsp \
20+
xtensa_intel_byt_adsp xtensa_nxp_imx_adsp xtensa_nxp_imx8m_adsp"
2021

2122
echo "Creating ${product_name}-${sdk_version}-setup.run"
2223

0 commit comments

Comments
 (0)