commit | 2d8e8e626a0a30c3d4e9a02d0b57b36dc34b82dd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jun 23 13:53:46 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 24 17:24:41 2016 -0400 |
tree | de8cabc2e184febebf1838556352bfde8929600c | |
parent | 9978acd764e61941146f0158d95434ad0f1d0af1 [diff] |
kbuild: avoid race between dtbs and dt/dt.dtb targets If the final targets depend on both "dtbs" and "dts/dt.dtb", and -j option is given to the command line, multiple threads descend into the dts/ directory, which causes build error. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Andreas Dannenberg <dannenberg@ti.com>