Skip to content

Commit

Permalink
openthread: fix mbedtls configuration path
Browse files Browse the repository at this point in the history
The path for nrf_security headers has changed.

Signed-off-by: Eduardo Montoya <[email protected]>
  • Loading branch information
edmont authored and rlubos committed Feb 1, 2022
1 parent f5371cb commit 68a369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(CONFIG_OPENTHREAD_SOURCES)
set(OPENTHREAD_UTILS_DST_DIR "${NRFXLIB_DIR}/openthread/include/utils")
set(OPENTHREAD_SYSTEM_H "${ZEPHYR_OPENTHREAD_MODULE_DIR}/examples/platforms/openthread-system.h")
set(OPENTHREAD_UART_H "${ZEPHYR_OPENTHREAD_MODULE_DIR}/examples/platforms/utils/uart.h")
set(NRF_SECURITY_MBEDTLS_CONFIG_FILE ${CMAKE_CURRENT_BINARY_DIR}/../nrf_security/include/${CONFIG_MBEDTLS_CFG_FILE})
set(NRF_SECURITY_MBEDTLS_CONFIG_FILE ${CMAKE_CURRENT_BINARY_DIR}/../nrf_security/src/include/generated/${CONFIG_MBEDTLS_CFG_FILE})

if(CONFIG_OPENTHREAD_BUILD_OUTPUT_STRIPPED)
foreach(target IN LISTS OPENTHREAD_LIBRARIES)
Expand Down

0 comments on commit 68a369d

Please sign in to comment.