mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2024-11-26 19:33:32 +08:00
aa57ce632c
In their respective makefiles, cert_create, encrypt_fw and fiptool
depend on the --openssl phony target as a prerequisite. This forces
those tools to be re-linked each time.
Move the dependencies on the --openssl target from the tools to their
makefiles all targets, to avoid unnecessary linking while preserving the
OpenSSL version printing done in the --openssl targets when in debug.
Fixes:
|
||
---|---|---|
.. | ||
amlogic | ||
cert_create | ||
conventional-changelog-tf-a | ||
encrypt_fw | ||
fiptool | ||
marvell/doimage | ||
memory | ||
nxp | ||
renesas | ||
sptool | ||
stm32image |