Liam Girdwood | c0dfb4e | 2016-09-21 15:57:22 +0100 | [diff] [blame^] | 1 | # build images for all targets. |
2 | |||||
3 | # Build for Baytrail | ||||
4 | make clean | ||||
5 | ./configure --with-arch=xtensa --with-platform=baytrail --with-tool-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf | ||||
6 | make | ||||
7 | make bin | ||||
8 | |||||
9 | # Build for Cherrytrail | ||||
10 | make clean | ||||
11 | ./configure --with-arch=xtensa --with-platform=cherrytrail --with-tool-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf | ||||
12 | make | ||||
13 | make bin | ||||
14 |