Make use of crypto_core_directory function in script
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
755d32117b
commit
d0c3076dba
1 changed files with 2 additions and 2 deletions
|
@ -52,10 +52,10 @@ def main(library_build_dir: str):
|
|||
|
||||
if in_tf_psa_crypto_repo:
|
||||
crypto_name = 'tfpsacrypto'
|
||||
library_subdir = 'core'
|
||||
else:
|
||||
crypto_name = 'mbedcrypto'
|
||||
library_subdir = 'library'
|
||||
|
||||
library_subdir = build_tree.crypto_core_directory()
|
||||
|
||||
crypto_lib_filename = (library_build_dir + '/' +
|
||||
library_subdir + '/' +
|
||||
|
|
Loading…
Reference in a new issue