mirror of https://github.com/thesofproject/sof.git
Updated Readme for cht configuration
This commit is contained in:
parent
76309dafe3
commit
5100d378aa
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue