blob: 38d894b05693598f54e5a0a9c6cb1be1d8c9a86e [file] [log] [blame]
Liam Girdwood8855ce52016-10-18 17:18:16 +01001# build all images for all targets.
2pwd=`pwd`
3
4rm -fr src/arch/xtensa/*.ri
Liam Girdwoodc0dfb4e2016-09-21 15:57:22 +01005
6# Build for Baytrail
7make clean
Liam Girdwood8855ce52016-10-18 17:18:16 +01008./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$pwd/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Liam Girdwoodc0dfb4e2016-09-21 15:57:22 +01009make
10make bin
11
12# Build for Cherrytrail
13make clean
Liam Girdwood8855ce52016-10-18 17:18:16 +010014./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$pwd/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Liam Girdwoodc0dfb4e2016-09-21 15:57:22 +010015make
16make bin
17
Liam Girdwood8855ce52016-10-18 17:18:16 +010018# list all the images
19ls -l src/arch/xtensa/*.ri