Skip to content

Commit

Permalink
llext: fir: fix a cmake dependency
Browse files Browse the repository at this point in the history
Fix a typo, making it impossible to build eq_fir without eq_iir as
LLEXT.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh committed Jan 31, 2025
1 parent 6f8c9ef commit 4530ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ endif()
if(CONFIG_COMP_FIR STREQUAL "m")
add_subdirectory(${SOF_AUDIO_PATH}/eq_fir/llext
${PROJECT_BINARY_DIR}/eq_fir_llext)
add_dependencies(app eq_iir)
add_dependencies(app eq_fir)
elseif(CONFIG_COMP_FIR)
zephyr_library_sources(
${SOF_AUDIO_PATH}/eq_fir/eq_fir_hifi3.c
Expand Down

0 comments on commit 4530ad4

Please sign in to comment.