Skip to content
Commit 22340a06 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f49821ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment