commit | c39c7c62d62771b87f4dd5496d94e7769c567ad1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 09 19:14:40 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 22 15:13:34 2022 -0700 |
tree | 255c3d7230497c94d7083d2d0671e9ac84ada6fc | |
parent | 88ff7cb1c8bb411572ac82cd7e312281d8e09d3b [diff] |
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>