commit | 6223c2869c27059ed84586b05ad3348f583c4918 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 26 17:38:15 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 04 20:01:57 2017 -0600 |
tree | fbdb9729482b7d3b41700dfb088c77b1dac0920e | |
parent | 9fcfe3ed0baa3dc861cfe2f9d32faf1a59ae3d25 [diff] |
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>