commit | 41207baa4909995e080f3bee45fd1f1703e2e3eb | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Jan 30 16:58:47 2024 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jan 31 09:16:52 2024 +0100 |
tree | 20df57e62bc4c702579c8b13c1c2914ee3599d47 | |
parent | 6e4656d396077eaa80de13efaf4e2168cdac587f [diff] |
Introduce LINUX_COMMON_TARGETS For all concerned platforms, move the targets currently assigned to LINUX_COMMON_FLAGS into the new LINUX_COMMON_TARGETS variable and use that in the "linux-common:" target. This makes the LINUX_CLEAN_COMMON_FLAGS and LINUX_CLEANER_COMMON_FLAGS redundant so they are replaced by LINUX_COMMON_FLAGS. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Jerome Forissier <jerome.forissier@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