commit | c4d80a6cfe071de737e6834c52be65d62c3b3e9d | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Sep 29 13:44:24 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Oct 01 18:21:36 2021 +0200 |
tree | 4f1c5b80ee21a781115cddbc6aa3e669fb88dbc7 | |
parent | c573039b08c564e49351a94d089859e8858d967d [diff] |
optee_rust_examples_ext.mk: remove extra space in PATH When upgrading from Buildroot 2021.2 to 2021.08, the following error occurs: $ make buildroot ... GEN /home/jerome/work/optee_repo_qemu_v8/out-br/Makefile Your PATH contains spaces, TABs, and/or newline (\n) characters. This doesn't work. Fix you PATH. make[1]: *** [Makefile:23: _all] Error 2 make[1]: Leaving directory '/home/jerome/work/optee_repo_qemu_v8/out-br' make: *** [common.mk:323: buildroot] Error 2 The space comes from the line that appends the toolchain to the PATH in optee_rust_examples_ext.mk. Fix it. Signed-off-by: Jerome Forissier <jerome@forissier.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