arm-trusted-firmware/tools/cert_create
Vincent Stehlé aa57ce632c build(tools): avoid unnecessary link
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: cf2dd17ddd ("refactor(security): add OpenSSL 1.x compatibility")
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Change-Id: I98a3ab30f36dffc253cecaaf3a57d2712522135d
2023-07-05 13:00:18 +02:00
..
include feat(cert-create): add new option for CCA NV ctr 2023-05-25 16:40:43 -05:00
src feat(cert-create): add new option for CCA NV ctr 2023-05-25 16:40:43 -05:00
Makefile build(tools): avoid unnecessary link 2023-07-05 13:00:18 +02:00