]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: Correct the binman rule
authorSimon Glass <sjg@chromium.org>
Thu, 10 Nov 2022 02:14:40 +0000 (19:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Nov 2022 22:13:34 +0000 (15:13 -0700)
commitc39c7c62d62771b87f4dd5496d94e7769c567ad1
tree255c3d7230497c94d7083d2d0671e9ac84ada6fc
parent88ff7cb1c8bb411572ac82cd7e312281d8e09d3b
Makefile: Correct the binman rule

This currently uses if_changed on a phony target. Use a real file as the
target and add FORCE at the end, as required. Drop the 'inputs' phony
since it is not needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile