Re: [U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY

2019-02-28 Thread Stephen Warren
On 2/26/19 12:20 PM, Stephen Warren wrote: From: Stephen Warren Without this, the arch-dtbs target only gets evaluated when building U-Boot the first time, not when re-building (incrementally building) U-Boot. Thus incremental builds ignore changes to DTB files. Commit b630d57d0ab4 "clk: Add

Re: [U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY

2019-02-27 Thread Stephen Warren
On 2/26/19 7:36 PM, Masahiro Yamada wrote: On Wed, Feb 27, 2019 at 11:17 AM Masahiro Yamada wrote: On Wed, Feb 27, 2019 at 4:21 AM Stephen Warren wrote: From: Stephen Warren Without this, the arch-dtbs target only gets evaluated when building U-Boot the first time, not when re-building

Re: [U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY

2019-02-26 Thread Masahiro Yamada
On Wed, Feb 27, 2019 at 4:21 AM Stephen Warren wrote: > > From: Stephen Warren > > Without this, the arch-dtbs target only gets evaluated when building > U-Boot the first time, not when re-building (incrementally building) > U-Boot. Thus incremental builds ignore changes to DTB files. > >

Re: [U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY

2019-02-26 Thread Masahiro Yamada
On Wed, Feb 27, 2019 at 11:17 AM Masahiro Yamada wrote: > > On Wed, Feb 27, 2019 at 4:21 AM Stephen Warren wrote: > > > > From: Stephen Warren > > > > Without this, the arch-dtbs target only gets evaluated when building > > U-Boot the first time, not when re-building (incrementally building) >

Re: [U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY

2019-02-26 Thread Masahiro Yamada
On Wed, Feb 27, 2019 at 4:21 AM Stephen Warren wrote: > > From: Stephen Warren > > Without this, the arch-dtbs target only gets evaluated when building > U-Boot the first time, not when re-building (incrementally building) > U-Boot. Thus incremental builds ignore changes to DTB files. Really?

[U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY

2019-02-26 Thread Stephen Warren
From: Stephen Warren Without this, the arch-dtbs target only gets evaluated when building U-Boot the first time, not when re-building (incrementally building) U-Boot. Thus incremental builds ignore changes to DTB files. Signed-off-by: Stephen Warren --- dts/Makefile | 1 + 1 file changed, 1