OSDN Git Service

kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 4 Jun 2019 10:13:58 +0000 (19:13 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 15 Jun 2019 10:57:01 +0000 (19:57 +0900)
commitc6509a24d6ba0f8560a81c032c30d169ba467b0a
tree0373d43f045529b9fe7477045c9f9c11a5737001
parent7a739ce51dca77184e5fc7b4ad5696b32a5c9422
kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK

Prior to commit 257edce66d31 ("kbuild: exploit parallel building for
CONFIG_HEADERS_CHECK"), the sanity check of exported headers was done
as a side-effect of build rule of vmlinux.

That commit is good, but I missed to update the prompt of the Kconfig
entry. For the sake of preciseness, lets' say "when building 'all'".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
lib/Kconfig.debug