mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-12 19:18:57 +08:00
Fix crypto config path
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
1044a8066b
commit
37bf61ee96
@ -115,7 +115,7 @@ def full_adapter(name, value, active):
|
|||||||
class TFPSACryptoConfigFile(config_common.ConfigFile):
|
class TFPSACryptoConfigFile(config_common.ConfigFile):
|
||||||
"""Representation of a TF PSA Crypto configuration file."""
|
"""Representation of a TF PSA Crypto configuration file."""
|
||||||
|
|
||||||
_path_in_tree = 'tf-psa-crypto/include/psa/crypto_config.h'
|
_path_in_tree = 'include/psa/crypto_config.h'
|
||||||
default_path = [_path_in_tree,
|
default_path = [_path_in_tree,
|
||||||
os.path.join(os.path.dirname(__file__),
|
os.path.join(os.path.dirname(__file__),
|
||||||
os.pardir,
|
os.pardir,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user