Home
last modified time | relevance | path

Searched hist:"22340 a06534a10296209bc2d02365a2770ded8fc" (Results 1 – 1 of 1) sorted by relevance

/linux/
H A DMakefile22340a06534a10296209bc2d02365a2770ded8fc Sun Feb 11 08:40:29 UTC 2018 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: process mixture of clean/build targets one by one

Support parallel building of clean, config, and build targets in a
single command.

For example,

make -j<N> clean all

or

make -j<N> mrproper defconfig all

They should be handled one by one.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>