Skip to content

Commit c1fbaf6

Browse files
Vge0rgemswarowsky
authored andcommittedFeb 15, 2024
[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 <georgios.vasilakis@nordicsemi.no> Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
1 parent 0962b6c commit c1fbaf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎modules/mbedtls/CMakeLists.txt

+2
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)