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:
Liam Girdwood 2017-12-04 20:09:54 +00:00
parent f63c7897b9
commit eaf0c0669f
1 changed files with 1 additions and 1 deletions

View File

@ -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