arm-trusted-firmware/tools
Vincent Jardin 634c7d8172 fix(nxp-tools): fix create_pbl buildroot build
When building with Buildroot environment, the rule to build
the object is not used from the Makefile but from another one with
a higher priority.

It leads to the following error:
 Built fiptool successfully

 EL3 Runtime Firmware BL31: offset=0x88, size=0xE401, cmdline="--soc-fw"
 Non-Trusted Firmware BL33: offset=0xE489, size=0xD1438, cmdline="--nt-fw"

 Wall -Werror -pedantic -std=c99 -O2 -DVERSION='"v2.12.0(release):master"' -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -c -o create_pbl.o create_pbl.c
 make[3]: Wall: No such file or directory

Let's be explicit in order to enforce the local rule. There is not .h
file so it should be removed from the dependency list in oder to avoid
such error:
 make[3]: *** No rule to make target 'create_pbl.h', needed by 'create_pbl.o'.  Stop.

Change-Id: Idec378c5688e332695d805f3fca2800d905a1c74
Signed-off-by: Vincent Jardin <vjardin@free.fr>
2025-03-13 01:25:30 +01:00
..
amlogic build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00
cert_create build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00
conventional-changelog-tf-a docs(changelog): changelog for v2.12 release 2024-11-19 18:08:58 -06:00
cot_dt2c build(dev-deps): bump the dev-deps group across 3 directories with 9 updates 2025-03-10 11:02:20 +01:00
encrypt_fw build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00
fiptool build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00
marvell/doimage build: determine toolchain tools dynamically 2024-09-10 09:47:06 +00:00
memory refactor(memmap): migrate to Poetry 2025-02-27 15:32:05 +00:00
nxp fix(nxp-tools): fix create_pbl buildroot build 2025-03-13 01:25:30 +01:00
renesas fix(rcar-layout): fix tool build 2024-11-10 16:09:18 +01:00
sptool feat(sptool): add StMM memory region descriptor 2025-03-04 14:38:13 -06:00
stm32image build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00
tlc build(dev-deps): bump the dev-deps group across 3 directories with 9 updates 2025-03-10 11:02:20 +01:00