commit | f32f1c744ea118d6ee455f2a68179d47fa85cb1e | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Tue Jul 20 13:54:30 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Jul 26 13:30:39 2021 +0200 |
tree | 89ffd86d3a4b078ebca0872ad3b1fdbf36506d69 | |
parent | e9c870525af8f7e7fccf575a0ca5394ce55adcec [diff] |
plugins: Honour default cross compiler environment setup Honour default $(CC), $(CFLAGS) and $(LDFLAGS) variables. Without this plugins example fails to build for OE/Yocto. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_examples.
// OP-TEE core maintainers