commit | c9735fb494c3f720e19ce7bc5bbf65d789aa8bba | [log] [tgz] |
---|---|---|
author | Markus S. Wamser <markus.wamser@mixed-mode.de> | Thu Oct 10 13:27:54 2019 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Oct 10 15:24:25 2019 +0200 |
tree | 37195cef3f68c98d2e6caa4f3781e709e0397f43 | |
parent | 9545cf991ab99032dce461dff3ea73d5d05d7249 [diff] |
br-ext: optee_test: enumerate build targets via shell instead of make Depending on the size of the string in the variable TARGET_CONFIGURE_OPTS and number of tests, the size of the string in OPTEE_TEST_BUILD_TAS produced by evaluation of the $(foreach...) statement may exceed the maximum length for execvp() calls from make (128KiB). Delaying the enumeration of targets by passing a loop-statement for the shell expands the variables only once and keep the length of the string independent of the number of tests. Signed-off-by: Markus S. Wamser <markus.wamser@mixed-mode.de> Acked-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