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

kbuild: build all prerequisites of headers_install simultaneously



Currently, scripts/unifdef is compiled after scripts_basic,
uapi-asm-generic, archheaders, and archscripts.

The proper dependency is just scripts_basic. There is no problem
to compile scripts/unifdef and other headers at the same time.

Split scripts_unifdef out in order to allow more parallel building.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 2b8481be
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment