Refactor programs/Makefile

This commit refactors the Makefile in the programs directory to remove
unused variables and consistent naming schemes.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey 2024-11-04 14:02:05 +00:00
parent c94cb70d58
commit fae7411429

View File

@ -1,5 +1,4 @@
TF-PSA-CRYPTO_PATH = ../tf-psa-crypto/
TF-PSA-CRYPTO_PROGRAM_PATH = ../tf-psa-crypto/programs
TF-PSA-CRYPTO_CORE_PATH = ../tf-psa-crypto/programs
MBEDTLS_TEST_PATH = ../tests
include ../scripts/common.make