10 lines
230 B
Makefile
10 lines
230 B
Makefile
|
#
|
||
|
# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
|
||
|
#
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
#
|
||
|
|
||
|
include drivers/auth/mbedtls/mbedtls_common.mk
|
||
|
|
||
|
MBEDTLS_SOURCES += drivers/auth/mbedtls/mbedtls_x509_parser.c
|