modules: Allow for Mbed TLS module to match upstream

Use the Mbed TLS module, expecting the upstream directory layout rather
than the nested directory we've been using before.

Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
David Brown 2021-10-14 13:59:12 -06:00 committed by Kumar Gala
commit 1491551ca6
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ if(CONFIG_MBEDTLS_BUILTIN)
)
target_include_directories(mbedTLS INTERFACE
${ZEPHYR_CURRENT_MODULE_DIR}/mbedtls/include
${ZEPHYR_CURRENT_MODULE_DIR}/include
configs
)
@ -15,7 +15,7 @@ if(CONFIG_MBEDTLS_BUILTIN)
file(GLOB
mbedtls_sources # This is an output parameter
${ZEPHYR_CURRENT_MODULE_DIR}/mbedtls/library/*.c
${ZEPHYR_CURRENT_MODULE_DIR}/library/*.c
)
zephyr_library_sources(