mirror of https://github.com/thesofproject/sof.git
lnl: add support for llext modules
LNL now supports modular TOML, it can now also support LLEXT modules. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
b02a852053
commit
ab682597ee
|
@ -14,7 +14,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [mtl]
|
platform: [mtl, lnl]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: git clone sof
|
- name: git clone sof
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_SAMPLE_SMART_AMP=m
|
Loading…
Reference in New Issue