Make function calls consistent

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2023-11-24 10:56:04 +00:00
parent cdbf2fd644
commit fc60e9b7bf

View File

@ -50,9 +50,8 @@ def main(library_build_dir: str):
in_tf_psa_crypto_repo = build_tree.looks_like_tf_psa_crypto_root(root_dir) in_tf_psa_crypto_repo = build_tree.looks_like_tf_psa_crypto_root(root_dir)
crypto_name = build_tree.project_crypto_name() crypto_name = build_tree.project_crypto_name(root_dir)
library_subdir = build_tree.crypto_core_directory(root_dir)
library_subdir = build_tree.crypto_core_directory()
crypto_lib_filename = (library_build_dir + '/' + crypto_lib_filename = (library_build_dir + '/' +
library_subdir + '/' + library_subdir + '/' +