Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-12-15 Thread Masahiro Yamada
2017-12-14 6:31 GMT+09:00 Rob Herring : > On Wed, Oct 25, 2017 at 12:40 AM, Masahiro Yamada > wrote: >> Hi. >> >> >> 2017-10-10 0:05 GMT+09:00 Russell King - ARM Linux : >>> On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-12-15 Thread Masahiro Yamada
2017-12-14 6:31 GMT+09:00 Rob Herring : > On Wed, Oct 25, 2017 at 12:40 AM, Masahiro Yamada > wrote: >> Hi. >> >> >> 2017-10-10 0:05 GMT+09:00 Russell King - ARM Linux : >>> On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: The target "dtbs" should depend on "scripts" because

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-12-13 Thread Rob Herring
On Wed, Oct 25, 2017 at 12:40 AM, Masahiro Yamada wrote: > Hi. > > > 2017-10-10 0:05 GMT+09:00 Russell King - ARM Linux : >> On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: >>> The target "dtbs" should depend on "scripts"

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-12-13 Thread Rob Herring
On Wed, Oct 25, 2017 at 12:40 AM, Masahiro Yamada wrote: > Hi. > > > 2017-10-10 0:05 GMT+09:00 Russell King - ARM Linux : >> On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: >>> The target "dtbs" should depend on "scripts" because it needs to >>> build dtc. The "prepare" target

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-10-24 Thread Masahiro Yamada
Hi. 2017-10-10 0:05 GMT+09:00 Russell King - ARM Linux : > On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: >> The target "dtbs" should depend on "scripts" because it needs to >> build dtc. The "prepare" target is unneeded here. > > Looks fine for ARM, as

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-10-24 Thread Masahiro Yamada
Hi. 2017-10-10 0:05 GMT+09:00 Russell King - ARM Linux : > On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: >> The target "dtbs" should depend on "scripts" because it needs to >> build dtc. The "prepare" target is unneeded here. > > Looks fine for ARM, as the only thing the dtbs

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-10-11 Thread Masahiro Yamada
2017-10-04 13:27 GMT+09:00 Masahiro Yamada : > The target "dtbs" should depend on "scripts" because it needs to > build dtc. The "prepare" target is unneeded here. > > Signed-off-by: Masahiro Yamada > --- Applied to

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-10-11 Thread Masahiro Yamada
2017-10-04 13:27 GMT+09:00 Masahiro Yamada : > The target "dtbs" should depend on "scripts" because it needs to > build dtc. The "prepare" target is unneeded here. > > Signed-off-by: Masahiro Yamada > --- Applied to linux-kbuild/kbuild. -- Best Regards Masahiro Yamada

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-10-09 Thread Russell King - ARM Linux
On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: > The target "dtbs" should depend on "scripts" because it needs to > build dtc. The "prepare" target is unneeded here. Looks fine for ARM, as the only thing the dtbs should depend on is the kernel configuration (to decide which to

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-10-09 Thread Russell King - ARM Linux
On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: > The target "dtbs" should depend on "scripts" because it needs to > build dtc. The "prepare" target is unneeded here. Looks fine for ARM, as the only thing the dtbs should depend on is the kernel configuration (to decide which to

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-10-09 Thread Will Deacon
On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: > The target "dtbs" should depend on "scripts" because it needs to > build dtc. The "prepare" target is unneeded here. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/Makefile | 2 +- >

Re: [PATCH] kbuild: fix dependency of dtbs targets

2017-10-09 Thread Will Deacon
On Wed, Oct 04, 2017 at 01:27:20PM +0900, Masahiro Yamada wrote: > The target "dtbs" should depend on "scripts" because it needs to > build dtc. The "prepare" target is unneeded here. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/Makefile | 2 +- > arch/arm64/Makefile | 2 +- >

[PATCH] kbuild: fix dependency of dtbs targets

2017-10-03 Thread Masahiro Yamada
The target "dtbs" should depend on "scripts" because it needs to build dtc. The "prepare" target is unneeded here. Signed-off-by: Masahiro Yamada --- arch/arm/Makefile | 2 +- arch/arm64/Makefile | 2 +- arch/nios2/Makefile | 2 +- 3 files changed, 3

[PATCH] kbuild: fix dependency of dtbs targets

2017-10-03 Thread Masahiro Yamada
The target "dtbs" should depend on "scripts" because it needs to build dtc. The "prepare" target is unneeded here. Signed-off-by: Masahiro Yamada --- arch/arm/Makefile | 2 +- arch/arm64/Makefile | 2 +- arch/nios2/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff