From 3be9c27694bbec247e81746a45691d121535fd9f Mon Sep 17 00:00:00 2001 From: Mate Toth-Pal Date: Sat, 5 Nov 2022 21:20:10 +0100 Subject: [PATCH] build: enable adding MbedTLS files for platform The platform.mk can add extra MbedTLS source files to LIBMBEDTLS_SRC. Change-Id: Ida9abfd59d8b02eae23ec0a7f326db060b42bf49 Signed-off-by: Mate Toth-Pal --- drivers/auth/mbedtls/mbedtls_common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/auth/mbedtls/mbedtls_common.mk b/drivers/auth/mbedtls/mbedtls_common.mk index 16ce65ffe..ae4b0676b 100644 --- a/drivers/auth/mbedtls/mbedtls_common.mk +++ b/drivers/auth/mbedtls/mbedtls_common.mk @@ -22,7 +22,7 @@ $(eval $(call add_define,MBEDTLS_CONFIG_FILE)) MBEDTLS_SOURCES += drivers/auth/mbedtls/mbedtls_common.c -LIBMBEDTLS_SRCS := $(addprefix ${MBEDTLS_DIR}/library/, \ +LIBMBEDTLS_SRCS += $(addprefix ${MBEDTLS_DIR}/library/, \ aes.c \ asn1parse.c \ asn1write.c \ -- 2.39.5