commit | 4a1fef87d51621ac00bdebade3ed51f8aaa1a1ca | [log] [tgz] |
---|---|---|
author | Alvin Chang <alvinga@andestech.com> | Wed May 17 00:18:01 2023 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed May 17 11:13:19 2023 +0200 |
tree | fbb622d96cb22a41e0001a3e91bc27b516301d9e | |
parent | 44404dcb1899e5ad97aa6d106592b6795a891886 [diff] |
toolchain.mk: Enable shell option "nullglob" when finding target files Not all toolchains have *-none-linux* format executables. If no file matches that pattern, the error occurs when the next "ln" command is executed. Fix it by enabling shell option "nullglob". Therefore, when there is no file matches that pattern, the pattern will be expanded to a null string, rather than itself. Signed-off-by: Alvin Chang <alvinga@andestech.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-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