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 <[email protected]>
This commit is contained in:
Harry Ramsey
2024-11-20 16:20:52 +00:00
parent c94cb70d58
commit fae7411429
+1 -2
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