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

kbuild: exploit parallel building for CONFIG_HEADERS_CHECK



When CONFIG_HEADERS_CHECK is enabled, the headers_check is executed
as a serialized task in the vmlinux recipe.

Make it independent of vmlinux so that parallel building can process
the headers_check and other build targets simultaneously.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 5e34bd1d
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