Skip to content

Commit

Permalink
nrf_802154: use NS_PROVIDED when selecting SL library path.
Browse files Browse the repository at this point in the history
Some versions of nRF 802.15.4 SL libraries are provided in two
pre-built version: secure and non-secure.

The parameter NS_PROVIDED to the cmake function
`nrfxlib_calculate_lib_path` is used to select SL non-secure
library version for targets requiring this distinction like nRF54L15.

Signed-off-by: Andrzej Kuros <[email protected]>
  • Loading branch information
ankuns committed Aug 8, 2024
1 parent 894bc61 commit 22c4f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf_802154/sl/sl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (CONFIG_NRF_802154_RADIO_DRIVER)

add_library(nrf-802154-sl INTERFACE)

nrfxlib_calculate_lib_path(lib_path SOC_MODE)
nrfxlib_calculate_lib_path(lib_path SOC_MODE NS_PROVIDED)

set(NRF_802154_SL_LIB_PATH ${CMAKE_CURRENT_SOURCE_DIR}/${lib_path})

Expand Down

0 comments on commit 22c4f43

Please sign in to comment.