From fae74114299e3f76a47b430954f4ced173494422 Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Mon, 4 Nov 2024 14:02:05 +0000 Subject: [PATCH] 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 --- programs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/Makefile b/programs/Makefile index 7a390a4a2..b48a006bb 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -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