]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
build: enable adding MbedTLS files for platform
authorMate Toth-Pal <mate.toth-pal@arm.com>
Sat, 5 Nov 2022 20:20:10 +0000 (21:20 +0100)
committerMate Toth-Pal <mate.toth-pal@arm.com>
Fri, 25 Nov 2022 09:06:10 +0000 (10:06 +0100)
The platform.mk can add extra MbedTLS source files to LIBMBEDTLS_SRC.

Change-Id: Ida9abfd59d8b02eae23ec0a7f326db060b42bf49
Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>
drivers/auth/mbedtls/mbedtls_common.mk

index 16ce65ffe68e725c145f13a560b7e3b2d482284c..ae4b0676bfbd2047b121b415122ac26d163d61ac 100644 (file)
@@ -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                             \