commit | b5dc0cdd0fa60c7b01850ecf10cb0aea047898e0 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Mar 24 15:08:42 2021 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Thu Mar 25 12:04:04 2021 +0100 |
tree | b68a9a5c664d3ef4f369910e93a08c7462723ec8 | |
parent | 55b69d09696114eb4983acd0146371ca9a8aeca9 [diff] |
core: libmbedtls: build only necessary files When building MBed TLS source files for use in the TEE core, some files are currently compiled which are not used in the final link. This wastes some resources (build time and disk space), although not much; but it also makes it less clear what is actually used by the core. Introduce a reduced source file list in lib/libmbedtls/sub.mk when the library is built for the core. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers