diff --git a/src/audio/template_comp/llext/CMakeLists.txt b/src/audio/template_comp/llext/CMakeLists.txt index 9e97d91f28fc..f84bd6daf916 100644 --- a/src/audio/template_comp/llext/CMakeLists.txt +++ b/src/audio/template_comp/llext/CMakeLists.txt @@ -2,6 +2,8 @@ # SPDX-License-Identifier: Apache-2.0 sof_llext_build("template_comp" - SOURCES ../template_comp.c + SOURCES ../template.c + ../template-generic.c + ../template-ipc4.c LIB openmodules )