Searched hist:bdc1a182018a78da1a5fc1c6df9c028979fe9eec (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | link.mk | bdc1a182018a78da1a5fc1c6df9c028979fe9eec Fri Aug 11 07:38:35 UTC 2017 Jerome Forissier <jerome.forissier@linaro.org> core: link.mk: force link of tee.elf when object list has changed
Since the parent commit ("Add support for early Trusted Applications"), the link step of tee.elf may pull object files generated from Trusted Application binaries. This is controlled by $(EARLY_TA_PATHS). Adding or removing files should cause tee.elf to be re-linked, even when no re-compilation or change in the configuration variables occur. This is not the case currently. For example: $ make EARLY_TA_PATHS="a.elf b.elf" $ make EARLY_TA_PATHS="a.elf" # Should re-link without b.elf
The link recipe is modified so that the link step is forced when the object list changes.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
|