From b988dd8f359bfd7803bc5f6903b3e8811c14201f Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 7 Jan 2026 10:53:26 +0100 Subject: [PATCH] Remove accidentally duplicated definitions "Move crypto-specific code from library/Makefile to a new file" accidentally copied two lines instead of moving them. Remove the copy that's now in `crypto-library.make`, since the variables are defined earlier in `crypto-common.make`. The variables aren't actually used in `crypto-common.make`, but they could be (arguably should be used to define `TF_PSA_CRYPTO_LIBRARY_PRIVATE_INCLUDE`). Signed-off-by: Gilles Peskine --- library/crypto-library.make | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/crypto-library.make b/library/crypto-library.make index 2e521ef448..826b118ca2 100644 --- a/library/crypto-library.make +++ b/library/crypto-library.make @@ -2,9 +2,6 @@ # This file is only meant to be included by library/Makefile in Mbed TLS and # is unlikely to work in another context. -TF_PSA_CRYPTO_CORE_PATH = $(MBEDTLS_PATH)/tf-psa-crypto/core -TF_PSA_CRYPTO_DRIVERS_BUILTIN_SRC_PATH = $(MBEDTLS_PATH)/tf-psa-crypto/drivers/builtin/src - # List the generated files from crypto that are needed in the build, # because we don't have the list in a consumable form. TF_PSA_CRYPTO_LIBRARY_GENERATED_FILES := \