mirror of https://github.com/thesofproject/sof.git
xtensa-build-zephyr.sh: add missing "${SOF_TOP}" quotes
Fixes commit a8c333b606
("xtensa-build-zephyr: add deterministic
sha256sum of final .ri file")
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
606cd44bc8
commit
0d39ff6b91
|
@ -284,7 +284,7 @@ build_platforms()
|
|||
# A bit of a hack but it's very simple and saves a lot of duplication
|
||||
grep -q "UNSIGNED_RI.*${platform}" "${SOF_TOP}"/src/arch/xtensa/CMakeLists.txt ||
|
||||
# This could use a -q(uiet) option...
|
||||
${SOF_TOP}/tools/sof_ri_info/sof_ri_info.py \
|
||||
"${SOF_TOP}"/tools/sof_ri_info/sof_ri_info.py \
|
||||
--no_headers --no_modules --no_memory \
|
||||
--erase_vars "$bdir"/zephyr/reproducible.ri "$bdir"/zephyr/zephyr.ri
|
||||
|
||||
|
|
Loading…
Reference in New Issue