blob: a6f72e678e95ce6af01148798ed9025f919f4382 [file] [log] [blame]
Juan Castilloa57a4d52015-04-02 15:44:20 +01001#
2# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
3#
dp-armfa3cf0b2017-05-03 09:38:09 +01004# SPDX-License-Identifier: BSD-3-Clause
Juan Castilloa57a4d52015-04-02 15:44:20 +01005#
6
7include drivers/auth/mbedtls/mbedtls_common.mk
8
9MBEDTLS_X509_SOURCES := drivers/auth/mbedtls/mbedtls_x509_parser.c \
10 $(addprefix ${MBEDTLS_DIR}/library/, \
11 x509.c \
12 x509_crt.c \
13 )