Skip to content

Commit

Permalink
llext: remove third-party modules from SOF lib
Browse files Browse the repository at this point in the history
Third-party modules should be built individually
or in a separate vendor lib

Signed-off-by: Adrian Bonislawski <[email protected]>
  • Loading branch information
abonislawski authored and lgirdwood committed Feb 18, 2025
1 parent 54608f0 commit 4002014
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/audio/codec/dts/llext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/audio/google/llext_ctc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/audio/google/llext_rtc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/audio/igo_nr/llext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/audio/rtnr/llext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4002014

Please sign in to comment.