arm-trusted-firmware/tools
Pali Rohár dbeab0da96 fiptool: Do not call 'make clean' in 'all' target
Calling 'make clean' in 'all' target is causing recompilation of binary
at every 'make' call, which is wrong.

Also building a new target via 'make TARGET' can cause infinite loop as
it is not defined as explicit make dependency. Dependent targets must be
specified after colon when defining target, which also prevents infinite
loops as make is able to detect these circular dependencies.

Moreover calling 'make clean' is supposed to be done by user when
configuration is changing.

So remove calling 'make clean' in 'all' target and define dependency for
'${PROJECT}' at correct place.

Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: I70e7fd2b04b02f6a0650c82df91d58c9a4cb24d9
2021-04-07 19:36:20 +02:00
..
amlogic meson: Rename platform directory to amlogic 2019-09-05 10:39:25 +01:00
cert_create cert_create: updated tool for platform defined certs, keys & extensions 2021-03-24 09:49:31 +05:30
encrypt_fw tools: don't clean when building 2021-01-13 16:35:03 +00:00
fiptool fiptool: Do not call 'make clean' in 'all' target 2021-04-07 19:36:20 +02:00
marvell/doimage tools: doimage: change the binary image alignment to 16 2020-07-10 10:54:44 +00:00
memory tools: Small improvement to print_memory_map script 2020-02-14 16:31:19 +00:00
nxp nxp-tool: for creating pbl file from bl2 2021-03-24 09:49:32 +05:30
renesas tools: renesas: Add tool support for RZ/G2 platforms 2021-01-13 19:15:57 +00:00
sptool tools: Set the tool's default binary name 2020-09-07 12:58:24 +01:00
stm32image stm32mp1: update platform files to use MMC devices 2018-10-15 09:36:58 +02:00