Skip to content

Commit 3be9c27

Browse files
committed
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 <[email protected]>
1 parent 6d0525a commit 3be9c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/auth/mbedtls/mbedtls_common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $(eval $(call add_define,MBEDTLS_CONFIG_FILE))
2222
MBEDTLS_SOURCES += drivers/auth/mbedtls/mbedtls_common.c
2323

2424

25-
LIBMBEDTLS_SRCS := $(addprefix ${MBEDTLS_DIR}/library/, \
25+
LIBMBEDTLS_SRCS += $(addprefix ${MBEDTLS_DIR}/library/, \
2626
aes.c \
2727
asn1parse.c \
2828
asn1write.c \

0 commit comments

Comments
 (0)