Skip to content

Commit 4fada15

Browse files
ujfalusiabonislawski
authored andcommitted
rimage: config: nvl: include phase template module if enabled
Follow mtl/lnl/ptl/wcl and allow the template to be built. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent da6036f commit 4fada15

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/rimage/config/nvl.toml.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ index = __COUNTER__
142142
#include <audio/mfcc/mfcc.toml>
143143
#endif
144144

145+
#if defined(CONFIG_COMP_TEMPLATE) || defined(LLEXT_FORCE_ALL_MODULAR)
146+
#include <audio/template/template.toml>
147+
#endif
148+
145149
#if defined(CONFIG_COMP_SOUND_DOSE) || defined(LLEXT_FORCE_ALL_MODULAR)
146150
#include <audio/sound_dose/sound_dose.toml>
147151
#endif

0 commit comments

Comments
 (0)