mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00

TF Makefile was linking all the objects files generated for the Mbed TLS library instead of creating a static library that could be used in the linking stage. Change-Id: I8e4cd843ef56033c9d3faeee71601d110b7e4c12 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
9 lines
230 B
Makefile
9 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
|