modules: mbedtls: Rename of psa_crypto_driver_wrappers
psa_crypto_driver_wrappers.c got changed to psa_crypto_driver_wrappers_no_static.c Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
This commit is contained in:
parent
f5eecd500d
commit
fbee1c61ed
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ zephyr_interface_library_named(mbedTLS)
|
|||
list(APPEND crypto_source
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_aead.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_cipher.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_driver_wrappers.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_driver_wrappers_no_static.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_ecp.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_hash.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_mac.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue