[Sound-open-firmware] [PATCH] build: Make sure build all runs configure before make clean.
Liam Girdwood
liam.r.girdwood at linux.intel.com
Mon Dec 4 21:16:29 CET 2017
We must build the Makefile before we can clean old object files.
Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
build-all.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-all.sh b/build-all.sh
index 83b0aa8..2e015f6 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -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
--
2.14.1
More information about the Sound-open-firmware
mailing list