commit | e67d8798886f42f7b8553b34356d0902b562cea6 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Fri Sep 06 17:40:03 2019 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Sep 10 16:41:20 2019 +0200 |
tree | 1f18093bc7224e1e45b16cb11e8723357f0e09b7 | |
parent | 7fbd6ce22a596d1370e6ffba83a7ecfe42cda447 [diff] |
common.mk: use ccache to build OP-TEE user space libraries Currently, when ccache is available, it is used to build OP-TEE but due to some wrong settings the user space libraries use the compiler directly without ccache. Fix that. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-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