Skip to content

Commit 47d077d

Browse files
marc-hblgirdwood
authored andcommitted
installer: fix incremental builds
Building "sof" does not rebuild the .ri firmware file. Switch to the "bin" target which is what ./scripts/xtensa-build-all.sh builds. Fixes: 4798096 ("installer: (re)build firmware, topologies and user space tools) Signed-off-by: Marc Herbert <marc.herbert@intel.com> (cherry picked from commit 21f4e74)
1 parent 3177269 commit 47d077d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ endif
157157
${BUILD_SOF_RIS}: ${BUILDS_ROOT}/build_%_${TOOLCHAIN}/sof.ri: | ${BUILDS_ROOT}
158158
cd ${BUILDS_ROOT} && bdir="$$(dirname $@)" && \
159159
if [ -d $${bdir} ] && [ xcc != "${TOOLCHAIN}" ] ; then \
160-
cmake --build $${bdir} -- sof; else \
160+
cmake --build $${bdir} -- bin; else \
161161
$(CURDIR)/../scripts/xtensa-build-all.sh $*; fi
162162

163163

0 commit comments

Comments
 (0)