]> git.dujemihanovic.xyz Git - u-boot.git/commit
kbuild: add dtc as dependency on .dtb files
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Thu, 4 May 2023 12:26:43 +0000 (14:26 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2023 18:08:45 +0000 (14:08 -0400)
commitd50af66343f1bb3797e06aa4fabe11f4f61d8ee8
tree666fa05faae81fb42899a8155a69dc6f7234aa8c
parent6923f49d3ac29ac55845895887da1bfc8534de00
kbuild: add dtc as dependency on .dtb files

[Linux commit b8fc5b2157b1]

If dtc is rebuilt, we should rebuild .dtb files with the new dtc.

[Import notes: Back then there was no .dtbo rule in Linux's
Makefile.lib, but the current .dtbo rules in Linux also have the
$(DTC) dependency, so also add it to our .dtbo rule.]

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.lib