Skip to content

Commit 743574e

Browse files
maciejbaczmanskijfischer-no
authored andcommitted
openthread: remove nrf_security backend path for libraries
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]>
1 parent c54c110 commit 743574e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

openthread/cmake/extensions.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ function(openthread_calculate_lib_path ot_version lib_path)
1717
set(ot_feature_set "custom")
1818
endif()
1919

20-
if(CONFIG_CC310_BACKEND)
21-
set(nrf_security_backend "cc310")
22-
elseif(CONFIG_CC312_BACKEND)
23-
set(nrf_security_backend "cc312")
24-
elseif(CONFIG_OBERON_BACKEND)
25-
set(nrf_security_backend "oberon")
26-
endif()
27-
2820
nrfxlib_calculate_lib_path(nrfxlib_path)
2921
if(CONFIG_OPENTHREAD_COPROCESSOR_RCP)
3022
set(${lib_path}

0 commit comments

Comments
 (0)