
17 Jul
2021
17 Jul
'21
10:39 p.m.
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 sjg@chromium.org ---
scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, thanks!