blob: c4fc6b5588a1ac0223938a6ef19c90c3ce7185a8 [file] [log] [blame]
Liam Girdwoodc0dfb4e2016-09-21 15:57:22 +01001# build images for all targets.
2
3# Build for Baytrail
4make clean
5./configure --with-arch=xtensa --with-platform=baytrail --with-tool-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf
6make
7make bin
8
9# Build for Cherrytrail
10make clean
11./configure --with-arch=xtensa --with-platform=cherrytrail --with-tool-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf
12make
13make bin
14