commit | f909bfa926dec73f02311e44e126b12f9276bc4e | [log] [tgz] |
---|---|---|
author | Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com> | Sat Feb 26 01:52:26 2022 +0000 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue May 03 10:42:02 2022 +0200 |
tree | 1a763f96edc3a9d6be20332776ea492088a74d3b | |
parent | 65fc74309e12189ad5b6ce3ffec37c8011088a5a [diff] |
Makefile: Fix non-portable sh check for plugins Comparison with "==" is non-portable, resulting in an error: /bin/sh: 6: [: acipher: unexpected operator /bin/sh: 6: [: plugins: unexpected operator /bin/sh: 6: [: hello_world: unexpected operator /bin/sh: 6: [: hotp: unexpected operator /bin/sh: 6: [: aes: unexpected operator /bin/sh: 6: [: random: unexpected operator /bin/sh: 6: [: secure_storage: unexpected operator if /bin/sh doesnt point to bash. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Reviewed-by: Jerome Forissier <jerome.forissier@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