Skip to content
Commit c0f73edc authored by Jan Kiszka's avatar Jan Kiszka Committed by Konstantin Porotchkin
Browse files

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: default avatarJan Kiszka <jan.kiszka@siemens.com>
parent 37c4341b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment