commit | 27cd41716302a2e5fca6aa702b1f0b17c7cdd571 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Tue Feb 28 01:10:34 2023 +0100 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Mon Mar 20 22:42:33 2023 +0100 |
tree | 7f1de389e8dea40bcb98ddecc9c06513626b8364 | |
parent | 0e2a1d9e47763a780e61c38782835e4ec5eacbc3 [diff] |
ts: Fix libts dependency Trusted Services NWd applications depend on libts. The current fvp-psa-sp.mk file adds a dedicated target to build libts in order to avoid building this component multiple times as a sub-build started by cmake for each TS NWd deployment. There are two problems with the current implementation: - make dependencies are incorrect, and libts will be built parallel with NWd TS targets - NWd TS cmake runs are not configured properly and will not use the libts binary built by the dedicated target and thus the optimization is not working This change adds the needed target dependency and fixes the cmake argument list to ensure the libts binary is picked up. Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
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