
18 Jul
2021
18 Jul
'21
3:34 p.m.
On Sun, Jul 18, 2021 at 5:41 AM Simon Glass sjg@chromium.org 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 sjg@chromium.org
scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
I am no longer working on U-Boot, but this patch is obviously wrong.
if_changed_dep must always have FORCE as the prerequisite.
If it is not working, you may miss adding the objects to the 'targets'.
Somebody had broken the build system?
-- Best Regards Masahiro Yamada