Skip to content

Commit bddd3ae

Browse files
committed
mpsl: Update default location for bsim libraries
The folder name has changed. Jira-ref: DRGN-21945. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent a09f80e commit bddd3ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mpsl/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ config MPSL_LIB_DIR
3636
default "nrf54l_ns" if SOC_SERIES_NRF54LX && TRUSTED_EXECUTION_NONSECURE
3737
default "nrf54l" if SOC_SERIES_NRF54LX && !TRUSTED_EXECUTION_NONSECURE
3838
default "nrf71" if SOC_SERIES_NRF71X
39-
default "bsim_nrf52" if SOC_SERIES_BSIM_NRF52X
40-
default "bsim_nrf53" if SOC_SERIES_BSIM_NRF53X
41-
default "bsim_nrf54l" if SOC_SERIES_BSIM_NRF54LX
39+
default "nrf52_bsim" if SOC_SERIES_BSIM_NRF52X
40+
default "nrf53_bsim" if SOC_SERIES_BSIM_NRF53X
41+
default "nrf54l_bsim" if SOC_SERIES_BSIM_NRF54LX
4242
help
4343
Hidden helper option to calculate the library path
4444

0 commit comments

Comments
 (0)