| commit | a46239c82f941f60e91b31ff4e0c94569ac41e1b | [log] [tgz] |
|---|---|---|
| author | Julien Masson <jmasson@baylibre.com> | Tue Feb 08 17:38:39 2022 +0100 |
| committer | Jérôme Forissier <jerome@forissier.org> | Wed Aug 31 17:31:50 2022 +0200 |
| tree | 6597a33640620bbd325737ad643834d728edba6d | |
| parent | 30abe6cd47dc24526ef882ecb1f54716d4b3af14 [diff] |
tee-supplicant: android: make RPMB_EMU a conditional assignment At the moment the RPMB_EMU variable in the Makefile uses a simple assignment and unconditionally sets the variable. Move it to a conditional assignment and allow users to override it. Signed-off-by: Julien Masson <jmasson@baylibre.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