Searched hist:c0f73edc9b04023a24a1e2103b442a94297921a7 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/stm32image/ |
| H A D | Makefile | c0f73edc9b04023a24a1e2103b442a94297921a7 Tue Oct 02 07:28:00 UTC 2018 Jan Kiszka <jan.kiszka@siemens.com> 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>
|