diff --git a/src/audio/codec/dts/llext/CMakeLists.txt b/src/audio/codec/dts/llext/CMakeLists.txt index 23ace9bd95ac..f73dc4d3123b 100644 --- a/src/audio/codec/dts/llext/CMakeLists.txt +++ b/src/audio/codec/dts/llext/CMakeLists.txt @@ -5,7 +5,6 @@ if(CONFIG_DTS_CODEC_STUB) sof_llext_build("dts" SOURCES ../dts.c ../dts_stub.c - LIB openmodules ) target_include_directories(dts_llext_lib PRIVATE "../../../../../third_party/include" diff --git a/src/audio/google/llext_ctc/CMakeLists.txt b/src/audio/google/llext_ctc/CMakeLists.txt index c04c9765bf1d..440e0fbe6ad2 100644 --- a/src/audio/google/llext_ctc/CMakeLists.txt +++ b/src/audio/google/llext_ctc/CMakeLists.txt @@ -6,7 +6,6 @@ sof_llext_build("google_ctc_audio_processing" SOURCES ../google_ctc_audio_processing.c ../google_ctc_audio_processing_ipc4.c ../google_ctc_audio_processing_mock.c - LIB openmodules ) target_include_directories(google_ctc_audio_processing_llext_lib PRIVATE "${sof_top_dir}/third_party/include" diff --git a/src/audio/google/llext_rtc/CMakeLists.txt b/src/audio/google/llext_rtc/CMakeLists.txt index 7cf47276d62e..0847fbc8bc57 100644 --- a/src/audio/google/llext_rtc/CMakeLists.txt +++ b/src/audio/google/llext_rtc/CMakeLists.txt @@ -2,7 +2,6 @@ if(CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK) sof_llext_build("google_rtc_audio_processing" SOURCES ../google_rtc_audio_processing.c ../google_rtc_audio_processing_mock.c - LIB openmodules ) target_include_directories(google_rtc_audio_processing_llext_lib PRIVATE "${sof_top_dir}/third_party/include" diff --git a/src/audio/igo_nr/llext/CMakeLists.txt b/src/audio/igo_nr/llext/CMakeLists.txt index 3f336184fb7c..2e974cae7945 100644 --- a/src/audio/igo_nr/llext/CMakeLists.txt +++ b/src/audio/igo_nr/llext/CMakeLists.txt @@ -5,7 +5,6 @@ if(CONFIG_DTS_CODEC_STUB) sof_llext_build("igo_nr" SOURCES ../igo_nr.c ../igo_nr_stub.c - LIB openmodules ) target_include_directories(igo_nr_llext_lib PRIVATE "../../../../third_party/include" diff --git a/src/audio/rtnr/llext/CMakeLists.txt b/src/audio/rtnr/llext/CMakeLists.txt index 1abba6c3befc..3d028ace0adf 100644 --- a/src/audio/rtnr/llext/CMakeLists.txt +++ b/src/audio/rtnr/llext/CMakeLists.txt @@ -5,7 +5,6 @@ if(CONFIG_COMP_RTNR_STUB) sof_llext_build("rtnr" SOURCES ../rtnr.c ../rtnr_stub.c - LIB openmodules ) else() message(FATAL_ERROR "Add library linking support in src/audio/rtnr/llext/CMakeFiles.txt")