Create a library file for libmbedtls
authorRoberto Vargas <roberto.vargas@arm.com>
Tue, 8 May 2018 09:27:10 +0000 (10:27 +0100)
committerRoberto Vargas <roberto.vargas@arm.com>
Fri, 3 Aug 2018 10:31:36 +0000 (11:31 +0100)
commit180c4bc2c04f1fa58c9e4355cb2b204efdf29f52
tree137e8112936287592f078f4479ed5da2c40c2319
parent61f72a34250d063da67f4fc2b0eb8c3fda3376be
Create a library file for libmbedtls

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>
bl1/bl1.mk
bl2/bl2.mk
drivers/auth/mbedtls/mbedtls_common.mk
drivers/auth/mbedtls/mbedtls_crypto.mk
drivers/auth/mbedtls/mbedtls_x509.mk