4 Dec
2017
4 Dec
'17
9:16 p.m.
We must build the Makefile before we can clean old object files.
Signed-off-by: Liam Girdwood liam.r.girdwood@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