| commit | 209654290c51d9576c81804daccdc9b355fdb72c | [log] [tgz] |
|---|---|---|
| author | Clement Faure <clement.faure@nxp.com> | Wed Jan 04 15:03:02 2023 +0100 |
| committer | Jérôme Forissier <jerome@forissier.org> | Thu Feb 02 09:59:38 2023 +0100 |
| tree | d69e75bad9780a836e60f1f739e3793db2d7f199 | |
| parent | dd2d39b49975d2ada7870fe2b7f5a84d0d3860dc [diff] |
Makefile: use GNU standards for directory variables Use `sbindir`, `libdir` and `includedir` as variables for installation targets. These variables names are defined by GNU coding standards [1]. Link: [1] https://www.gnu.org/prep/standards/html_node/Directory-Variables.html Signed-off-by: Clement Faure <clement.faure@nxp.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
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_client.
// OP-TEE core maintainers