Skip to content

Commit

Permalink
llext: (WiP) illustrate adding modules to libraries
Browse files Browse the repository at this point in the history
Add src, volume and mixin-mixout to LLEXT libraries.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh committed Dec 2, 2024
1 parent e2e8368 commit f6264e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/mixin_mixout/llext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sof_llext_build("mixin_mixout"
../mixin_mixout_hifi3.c
../mixin_mixout_hifi5.c
../mixin_mixout_generic.c
LIB audio
)
2 changes: 2 additions & 0 deletions src/audio/src/llext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sof_llext_build("src"
../src_common.c
../src_ipc4.c
../src_lite.c
LIB audio
)
else()
sof_llext_build("src"
Expand All @@ -21,5 +22,6 @@ sof_llext_build("src"
../src.c
../src_common.c
../src_ipc4.c
LIB audio
)
endif()
1 change: 1 addition & 0 deletions src/audio/volume/llext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ sof_llext_build("volume"
../volume_hifi4_with_peakvol.c
../volume.c
../volume_ipc4.c
LIB misc
)

0 comments on commit f6264e8

Please sign in to comment.