Re: [PATCH 06/22] Makefile: Avoid rebuilding .dtb files each time

2021-07-21 Thread Simon Glass
Hi Masahiro, On Sun, 18 Jul 2021 at 07:36, Masahiro Yamada wrote: > > On Sun, Jul 18, 2021 at 5:41 AM Simon Glass wrote: > > > > Drop the FORCE from the rule that builds .dtb files and let the normal > > dependency checking do its work. This should work correctly, at least > > for .dts files tha

Re: [PATCH 06/22] Makefile: Avoid rebuilding .dtb files each time

2021-07-18 Thread Masahiro Yamada
On Sun, Jul 18, 2021 at 5:41 AM Simon Glass wrote: > > Drop the FORCE from the rule that builds .dtb files and let the normal > dependency checking do its work. This should work correctly, at least > for .dts files that don't use /include/. > > Signed-off-by: Simon Glass > --- > > scripts/Makefi

Re: [PATCH 06/22] Makefile: Avoid rebuilding .dtb files each time

2021-07-17 Thread Simon Glass
Drop the FORCE from the rule that builds .dtb files and let the normal dependency checking do its work. This should work correctly, at least for .dts files that don't use /include/. Signed-off-by: Simon Glass --- scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applie

[PATCH 06/22] Makefile: Avoid rebuilding .dtb files each time

2021-07-05 Thread Simon Glass
Drop the FORCE from the rule that builds .dtb files and let the normal dependency checking do its work. This should work correctly, at least for .dts files that don't use /include/. Signed-off-by: Simon Glass --- scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -