arm-trusted-firmware/tools
Jan Kiszka c0f73edc9b tools: Fix broken object compilation rules
As these rules depend on non-existing headers as well (likely copy &
pasted from fiptool), they never matched, and the built-in rules were
used. That led to random breakages when e.g. CPPFLAGS was suddenly
evaluated and contained invalid options.

For the stm32image, this reveals that we were relying on the built-in
rules by passing -D_GNU_SOURCE via CPPFLAGS, rather than using CFLAGS as
used in the local rule. Fix that as well.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2018-10-03 15:31:19 +03:00
..
cert_create tools/cert_create: fix makefile to build build_msg.o by HOSTCC 2018-07-06 23:20:08 +08:00
doimage tools: Fix broken object compilation rules 2018-10-03 15:31:19 +03:00
fiptool fip_create: Remove fip_create compatibility script 2018-09-28 15:31:52 +01:00
stm32image tools: Fix broken object compilation rules 2018-10-03 15:31:19 +03:00