Updated Readme for cht configuration

This commit is contained in:
Daniel Bogdzia 2019-04-25 15:56:57 +02:00 committed by Liam Girdwood
parent 76309dafe3
commit 5100d378aa
1 changed files with 1 additions and 7 deletions

View File

@ -21,18 +21,12 @@ mkdir build && cd build
2. Run configuration for your toolchain:
Baytrail:
Baytrail / Cherrytrail:
```
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-elf ..
```
Cherrytrail:
```
cmake -DTOOLCHAIN=xtensa-cht-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cht-elf ..
```
Haswell / Broadwell:
```