modules: mbedtls: convert tabs to spaces in CMakeLists.txt
This is just a whitespace cleanup. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
f3017aa787
commit
6b386336ba
1 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@ zephyr_interface_library_named(mbedTLS)
|
|||
|
||||
if(CONFIG_MBEDTLS_BUILTIN)
|
||||
target_compile_definitions(mbedTLS INTERFACE
|
||||
MBEDTLS_CONFIG_FILE="${CONFIG_MBEDTLS_CFG_FILE}"
|
||||
)
|
||||
MBEDTLS_CONFIG_FILE="${CONFIG_MBEDTLS_CFG_FILE}"
|
||||
)
|
||||
|
||||
target_include_directories(mbedTLS INTERFACE
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/include
|
||||
|
@ -14,7 +14,7 @@ if(CONFIG_MBEDTLS_BUILTIN)
|
|||
# and if so remove this include path.
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library
|
||||
configs
|
||||
)
|
||||
)
|
||||
|
||||
zephyr_library()
|
||||
|
||||
|
@ -57,8 +57,8 @@ elseif (CONFIG_MBEDTLS_LIBRARY)
|
|||
# therefore susceptible to bit rot
|
||||
|
||||
target_include_directories(mbedTLS INTERFACE
|
||||
${CONFIG_MBEDTLS_INSTALL_PATH}
|
||||
)
|
||||
${CONFIG_MBEDTLS_INSTALL_PATH}
|
||||
)
|
||||
|
||||
zephyr_link_libraries(
|
||||
mbedtls_external
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue