summaryrefslogtreecommitdiff
path: root/drivers/auth/mbedtls/mbedtls_x509.mk
blob: a6f72e678e95ce6af01148798ed9025f919f4382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

include drivers/auth/mbedtls/mbedtls_common.mk

MBEDTLS_X509_SOURCES	:=	drivers/auth/mbedtls/mbedtls_x509_parser.c	\
				$(addprefix ${MBEDTLS_DIR}/library/,		\
				x509.c 						\
				x509_crt.c 					\
				)