]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(fiptool): add object dependency generation
authorMikael Olsson <mikael.olsson@arm.com>
Thu, 8 Dec 2022 16:07:06 +0000 (17:07 +0100)
committerJoanna Farley <joanna.farley@arm.com>
Tue, 4 Apr 2023 09:36:07 +0000 (11:36 +0200)
commit0165ddd7c06fe2d0556865fce89ced8694e3812e
tree5bf6d7018ccf406933913108b63b794519bbe57a
parent2a2e3e87706b56fd1b8e787d3a552cfc12725934
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
tools/fiptool/Makefile