commit | b489a618875e792dd727bbce9218595f1cbddfd6 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Jan 25 16:41:36 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Feb 21 11:31:49 2023 +0100 |
tree | 7600461e7a267663ddd4a9e05ed8f941e45fc359 | |
parent | 376cb124dd8d4f0a8737359211fa6883bdb4c77c [diff] |
mk/lib.mk: use full path to shared library in flags variable To add link flags for a shared library, a makefile variable is used that is called lib-ldflags$(libuuid). That's incorrect because the UUID is not enough to uniquely identify a shared library in the build. For example when both 32-bit and 64-bit user space is generated there are two versions of the shared library with the same UUID. It is not a problem at the moment because lib-ldflags$(libuuid) is used only for one target: ta_arm64, but fix this anyways so that the variable may be used for more complex cases. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers