We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fe709 commit d84ef11Copy full SHA for d84ef11
subsys/bluetooth/mesh/CMakeLists.txt
@@ -80,3 +80,7 @@ zephyr_linker_sources(SECTIONS sensor_types.ld)
80
zephyr_linker_sources(SECTIONS scene_types.ld)
81
82
zephyr_library_sources_ifdef(CONFIG_BT_MESH_RPL_STORAGE_MODE_EMDS rpl.c)
83
+
84
+if (CONFIG_BT_MESH_USES_MBEDTLS_PSA AND (NOT CONFIG_SOC_FAMILY_NORDIC_NRF))
85
+ zephyr_library_link_libraries(mbedTLS)
86
+endif()
0 commit comments