commit | ef81a8218d8fc3811d613c70ecafa01594f30d7b | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Oct 01 14:25:05 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Oct 01 16:49:36 2020 +0200 |
tree | 6c164075f025915ff69c15926882b998bb0f1d68 | |
parent | c56cc6860900f694c0de6b948ffe463e0ca34a94 [diff] |
Makefile: sort in-tree TAs in lexical order The Makefile function $(wildcard ...) may return matching files in any order. Therefore the "make" command is not guaranteed to always produce the same sequence of commands when building the in-tree TAs. This could be inconvenient when troubleshooting build errors in different environments for instance. In order to produce predictable builds, sort the in-tree TA makefiles in lexical order. Suggested-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Jerome Forissier <jerome@forissier.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