Skip to content

Commit 912c245

Browse files
committed
Audio: Template component: Add missing llext sources
The build of template component as module fails because of wrong and missing file names for needed source files for build. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 172589b commit 912c245

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/audio/template_comp/llext/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
sof_llext_build("template_comp"
5-
SOURCES ../template_comp.c
5+
SOURCES ../template.c
6+
../template-generic.c
7+
../template-ipc4.c
68
LIB openmodules
79
)

0 commit comments

Comments
 (0)