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:
parent
b3abe11104
commit
1491551ca6
2 changed files with 3 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue