arm-trusted-firmware/tools/doimage
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
..
secure tools: doimage: Add secure image key file examples 2018-09-03 16:06:02 +03:00
Makefile tools: Fix broken object compilation rules 2018-10-03 15:31:19 +03:00
doimage.c fix: tools: Fix doimage syntax breaking secure mode build 2018-09-03 16:06:26 +03:00
doimage.mk tools: add support for Marvell doimage 2018-07-18 18:48:30 +03:00