Searched hist:"0165 ddd7c06fe2d0556865fce89ced8694e3812e" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | Makefile | 0165ddd7c06fe2d0556865fce89ced8694e3812e Thu Dec 08 16:07:06 UTC 2022 Mikael Olsson <mikael.olsson@arm.com> build(fiptool): add object dependency generation
The object target in the fiptool Makefile only depends on the corresponding source file so it won't rebuild the object, if a header file used by the source file is changed.
To make it rebuild the object file for both source and header file changes, a dependency file will now be generated for each object and included in the Makefile.
Signed-off-by: Mikael Olsson <mikael.olsson@arm.com> Change-Id: I0468c6e9c54126242150667268d471f28e011b0d
|