Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/audio/template/llext/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2025 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0

sof_llext_build("template_comp"
sof_llext_build("template"
SOURCES ../template.c
../template-generic.c
../template-ipc4.c
Expand Down
2 changes: 1 addition & 1 deletion src/audio/template/llext/llext.toml.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <tools/rimage/config/platform.toml>
#define LOAD_TYPE "2"
#include "../template_comp.toml"
#include "../template.toml"

[module]
count = __COUNTER__
4 changes: 4 additions & 0 deletions tools/rimage/config/nvl.toml.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ index = __COUNTER__
#include <audio/mfcc/mfcc.toml>
#endif

#if defined(CONFIG_COMP_TEMPLATE) || defined(LLEXT_FORCE_ALL_MODULAR)
#include <audio/template/template.toml>
#endif

#if defined(CONFIG_COMP_SOUND_DOSE) || defined(LLEXT_FORCE_ALL_MODULAR)
#include <audio/sound_dose/sound_dose.toml>
#endif
Expand Down
Loading