Re: [PATCH 1/2] kbuild: add dtc as dependency on .dtb files

2023-05-15 Thread Tom Rini
On Thu, May 04, 2023 at 02:26:43PM +0200, Rasmus Villemoes wrote: > [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

Re: [PATCH 1/2] kbuild: add dtc as dependency on .dtb files

2023-05-04 Thread Simon Glass
On Thu, 4 May 2023 at 06:26, Rasmus Villemoes wrote: > > [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)

[PATCH 1/2] kbuild: add dtc as dependency on .dtb files

2023-05-04 Thread Rasmus Villemoes
[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