Searched hist:"3 c00a2c8b5e22e3eff9afb291e555b4bcba17d77" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/ |
H A D | Makefile | 3c00a2c8b5e22e3eff9afb291e555b4bcba17d77 Sun Mar 26 18:38:15 CDT 2017 Simon Glass <sjg@chromium.org> Makefile: Correct dependency race condition with TPL
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 <sjg@chromium.org> Tested-by: Heiko Stuebner <heiko@sntech.de>
|