We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca1c79 commit fbb4053Copy full SHA for fbb4053
2 files changed
scripts/xtensa-build-all.sh
@@ -49,7 +49,6 @@ fi
49
50
51
# now build the firmware (depends on rimage)
52
-rm -fr src/arch/xtensa/*.ri
53
54
# fail on any errors
55
set -e
@@ -177,6 +176,9 @@ do
177
176
PATH=$pwd/../$HOST/bin:$OLDPATH
178
fi
179
+ # only delete binary related to this build
180
+ rm -fr src/arch/xtensa/sof-$j.*
181
+
182
./configure --with-arch=xtensa --with-platform=$PLATFORM --with-root-dir=$ROOT --host=$HOST \
183
CC=$XCC OBJCOPY=$XTOBJCOPY OBJDUMP=$XTOBJDUMP --with-dsp-core=$XTENSA_CORE
184
src/arch/xtensa/Makefile.am
@@ -235,6 +235,5 @@ vminstall-local:
235
clean-local:
236
rm -fr mod-*
237
rm -fr *.bin
238
- rm -fr *.lst
239
rm -fr *.map
240
rm -fr *.dis
0 commit comments