commit | ea3ef223e506172bc27df2bc793e4bb3d82c9408 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon Aug 31 11:26:56 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Sep 01 15:24:27 2020 +0200 |
tree | c4bfd4f222821072cd865ef07b23c6bf74752009 | |
parent | 6347ed94717edad0cfb81cc7fe5cd3076a5dbee8 [diff] |
optee_test_ext.mk: make sure TAs are built in correct order The optee_test TAs are built by a $(wildcard ...) loop. This is unreliable because there is no guarantee that os_test_lib and os_test_lib_dl will appear before os_test in the list. Yet os_test depends on the libraries being built first. Fix the issue by explicitely listing the libraries and TAs with dependencies in the correct order, then using a wildcard for the other TAs. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers