commit | ab886338ef6d58cf2279bb6ec87e6c31111dc828 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 03 12:08:29 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 10 13:38:29 2022 -0400 |
tree | 7fa30c95387980e79cf9c9519325a761b1cb21d8 | |
parent | 946e06fbdaf9863b2027063d5a7ad789f5425ef9 [diff] |
Makefile: Correct the rule removing old of-platdata files This makes use of makefile variables that don't exist anymore. Fix it and also remove the object files in that directory. Also add FORCE as a dependency as required by the if_changed macro. Fixes 354d2324635 ("Makefile: Remove old of-platdata files before regenerating") Reported-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Signed-off-by: Simon Glass <sjg@chromium.org>