]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - Makefile
kbuild: exploit parallel building for CONFIG_HEADERS_CHECK
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 5 Dec 2018 07:38:35 +0000 (16:38 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 8 Dec 2018 01:52:26 +0000 (10:52 +0900)
commit257edce66d31a345dff8ca9f1fd30c46e0f14058
tree55e6519a06b02a8524c278e21d7d0c6bb432bb62
parent5e34bd1d548d440015d5bee3326e9d74cdebecd6
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: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile