]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Correct dependency race condition with TPL
authorSimon Glass <sjg@chromium.org>
Sun, 26 Mar 2017 23:38:15 +0000 (17:38 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:01:57 +0000 (20:01 -0600)
commit30b3f5127901fd29bb68370e5454fa4e0cbcd170
treefbdb9729482b7d3b41700dfb088c77b1dac0920e
parent7ad45270d6eea83b268b3b43557b5c24950442ae
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>
Makefile