Re: [U-Boot] [PATCH 1/3] Makefile: Correct dependency race condition with TPL

2017-04-01 Thread Simon Glass
On 27 March 2017 at 13:39, Heiko Stuebner wrote: > Am Sonntag, 26. März 2017, 17:38:15 CEST schrieb Simon Glass: >> At present we sometimes see the following build error when building on a >> machine with multiple cores. >> >> +make[2]: *** No rule to make target 'dts/dt.dtb',

Re: [U-Boot] [PATCH 1/3] Makefile: Correct dependency race condition with TPL

2017-03-27 Thread Heiko Stuebner
Am Sonntag, 26. März 2017, 17:38:15 CEST schrieb Simon Glass: > At present we sometimes see the following build error when building on a > machine with multiple cores. > > +make[2]: *** No rule to make target 'dts/dt.dtb', needed by > 'tpl/u-boot-tpl.dtb'. Stop. > > Add a dependency to correct

[U-Boot] [PATCH 1/3] Makefile: Correct dependency race condition with TPL

2017-03-26 Thread Simon Glass
At present we sometimes see the following build error when building on a machine with multiple cores. +make[2]: *** No rule to make target 'dts/dt.dtb', needed by 'tpl/u-boot-tpl.dtb'. Stop. Add a dependency to correct this. Signed-off-by: Simon Glass --- Makefile | 3