Skip to content

Commit

Permalink
openthread: remove nrf_security backend path for libraries
Browse files Browse the repository at this point in the history
PSA crypto API is now used and Legacy MbedTLS crypto has been
deprecated for Openthread. Therefore HW/SW accelerator choosing
is now not supported as well.
This commit removes choosing the backend subdirectory for
generated libraries.

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski committed Mar 7, 2024
1 parent c9e5de5 commit 14c71fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions openthread/cmake/extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ function(openthread_calculate_lib_path ot_version lib_path)
set(ot_feature_set "custom")
endif()

if(CONFIG_CC310_BACKEND)
set(nrf_security_backend "cc310")
elseif(CONFIG_CC312_BACKEND)
set(nrf_security_backend "cc312")
elseif(CONFIG_OBERON_BACKEND)
set(nrf_security_backend "oberon")
endif()

nrfxlib_calculate_lib_path(nrfxlib_path)
if(CONFIG_OPENTHREAD_COPROCESSOR_RCP)
set(${lib_path}
Expand Down

0 comments on commit 14c71fc

Please sign in to comment.