arm-trusted-firmware/tools
Chris Kay e068a7ca86 fix(rcar): fix implicit rule invocations in tools
The `rzg_layout_create` and `rcar_layout_create` tools have a rule to
build object files from C files, but it depends on object files in the
parent directory when it should depend on object files in the current
directory. Consequently, the rule is not triggering and the implicit C
compilation rule is executed instead. This rule works, so I have
replaced the broken rule with exactly the same command as what the
implicit rule is executing and fixed the dependency.

Change-Id: Ib8d640361adff8c4d660738dda230e5536bec629
Signed-off-by: Chris Kay <chris.kay@arm.com>
2024-01-18 13:58:03 +00:00
..
amlogic meson: Rename platform directory to amlogic 2019-09-05 10:39:25 +01:00
cert_create fix(cert-create): fix key loading logic 2023-10-19 11:34:55 +02:00
conventional-changelog-tf-a docs(changelog): changelog for v2.10 release 2023-11-22 11:52:02 +00:00
encrypt_fw build(tools): avoid unnecessary link 2023-07-05 13:00:18 +02:00
fiptool feat(fiptool): add ability to build statically 2023-09-25 18:13:10 +02:00
marvell/doimage refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE 2023-02-21 11:09:47 +00:00
memory fix(memmap): fix footprint free space calculation 2024-01-12 10:27:22 +00:00
nxp fix(tree): correct some typos 2023-05-09 15:57:12 +01:00
renesas fix(rcar): fix implicit rule invocations in tools 2024-01-18 13:58:03 +00:00
sptool fix(spm): not defining load-address in SP config 2024-01-11 17:31:59 +00:00
stm32image feat(st): update stm32image tool for header v2 2022-03-21 10:53:55 +01:00