Re: [PATCH] Makefile: Correct the rule removing old of-platdata files

2022-08-10 Thread Tom Rini
On Wed, Aug 03, 2022 at 12:08:29PM -0600, Simon Glass wrote: > 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: Rem

[PATCH] Makefile: Correct the rule removing old of-platdata files

2022-08-03 Thread Simon Glass
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 Schu