Skip to content

Commit cf56077

Browse files
committed
[nrf noup] modules: mbedtls: Add include folders
We moved the header files in sdk-mbedtls from the library folder to the include/library folder. This was done to avoid issues when building MbedTLS with the nrf_security module and the Oberon PSA core. The Oberon PSA core provides a subset of these header files and since they are included with quotes we cannot have them in the same directory. This change make the needed adaptions in CMake for the applications that don't use nrf_security. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 9dbe619 commit cf56077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/mbedtls/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ zephyr_interface_library_named(mbedTLS)
2525
# Add regular includes
2626
target_include_directories(mbedTLS INTERFACE
2727
${ZEPHYR_CURRENT_MODULE_DIR}/include
28+
${ZEPHYR_CURRENT_MODULE_DIR}/include/library
29+
${ZEPHYR_CURRENT_MODULE_DIR}/library
2830
configs
2931
include
3032
)

0 commit comments

Comments
 (0)