mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-04 17:12:51 +02:00
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 <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -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 := \
|
||||
|
||||
Reference in New Issue
Block a user