Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/
H A DMakefile4141e85bcd79c0b9b16def710e527f165107b7af Thu Jun 23 04:53:46 UTC 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>