Home
last modified time | relevance | path

Searched hist:"4141 e85bcd79c0b9b16def710e527f165107b7af" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile4141e85bcd79c0b9b16def710e527f165107b7af Wed Jun 22 23:53:46 CDT 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>