mirror of https://github.com/thesofproject/sof.git
build: Make sure build all runs configure before make clean.
We must build the Makefile before we can clean old object files. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
f63c7897b9
commit
eaf0c0669f
|
@ -10,8 +10,8 @@ pwd=`pwd`
|
|||
rm -fr src/arch/xtensa/*.ri
|
||||
|
||||
# Build for Baytrail
|
||||
make clean
|
||||
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$pwd/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
|
||||
make clean
|
||||
make
|
||||
make bin
|
||||
|
||||
|
|
Loading…
Reference in New Issue