Skip to content

Commit 021fba7

Browse files
martintvtmon-nordic
authored andcommitted
softdeveice_controller: mpsl: Making debugversion compile work
Moving mpsl under softdevice controller, without this we get linker errors when linking with un-obfuscated softdevice-controller and mpsl libraries. linker errors like: "undefined reference to mpsl_cx_granted_ops_get Signed-off-by: Martin Tverdal <[email protected]>
1 parent be94cc3 commit 021fba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ if (CONFIG_NFC_T2T_NRFXLIB OR
1111
add_subdirectory(nfc)
1212
endif()
1313

14-
add_subdirectory_ifdef(CONFIG_MPSL mpsl)
1514
add_subdirectory_ifdef(CONFIG_NRF_MODEM nrf_modem)
1615
add_subdirectory_ifdef(CONFIG_NRFXLIB_CRYPTO crypto)
1716
add_subdirectory_ifdef(CONFIG_NRF_SECURITY nrf_security)
1817
add_subdirectory_ifdef(CONFIG_BT softdevice_controller)
18+
add_subdirectory_ifdef(CONFIG_MPSL mpsl)
1919
add_subdirectory_ifdef(CONFIG_NET_L2_OPENTHREAD openthread)
2020
add_subdirectory_ifdef(CONFIG_NRF_RPC nrf_rpc)
2121
add_subdirectory_ifdef(CONFIG_ZIGBEE zboss)

0 commit comments

Comments
 (0)