mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Dont't generate object file for file only include static functions
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
4792b204a1
commit
97d1ccb781
@ -67,7 +67,6 @@ set(src_crypto
|
|||||||
psa_crypto_aead.c
|
psa_crypto_aead.c
|
||||||
psa_crypto_cipher.c
|
psa_crypto_cipher.c
|
||||||
psa_crypto_client.c
|
psa_crypto_client.c
|
||||||
psa_crypto_driver_wrappers.c
|
|
||||||
psa_crypto_driver_wrappers_no_static.c
|
psa_crypto_driver_wrappers_no_static.c
|
||||||
psa_crypto_ecp.c
|
psa_crypto_ecp.c
|
||||||
psa_crypto_ffdh.c
|
psa_crypto_ffdh.c
|
||||||
@ -190,7 +189,6 @@ else()
|
|||||||
link_to_source(error.c)
|
link_to_source(error.c)
|
||||||
link_to_source(version_features.c)
|
link_to_source(version_features.c)
|
||||||
link_to_source(ssl_debug_helpers_generated.c)
|
link_to_source(ssl_debug_helpers_generated.c)
|
||||||
link_to_source(psa_crypto_driver_wrappers.c)
|
|
||||||
link_to_source(psa_crypto_driver_wrappers_no_static.c)
|
link_to_source(psa_crypto_driver_wrappers_no_static.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user