Use the crypto makefile helpers in tf-psa-crypto

Now that the crypto files have been moved to the crypto repository, consume
them there.

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2026-01-08 14:57:50 +01:00
parent fca232cb25
commit e23b6e4dc8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ TEST_FLAGS ?= $(if $(filter-out 0 OFF Off off NO No no FALSE False false N n,$(C
# before including crypto-programs.make.
default: all
include crypto-tests.make
include $(TF_PSA_CRYPTO_PATH)/tests/crypto-tests.make
# Also include private headers, for the sake of invasive tests.
LOCAL_CFLAGS += -I$(MBEDTLS_PATH)/library