]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: show warning if 'make headers_check' is used
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 2 Mar 2021 14:26:14 +0000 (23:26 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Mar 2021 10:20:49 +0000 (19:20 +0900)
commit084abc3e6373ac2f7aec0841c6fba7eee7ee3d7e
treee58a4beedbfeed15216712cfb7d9c761453aebc1
parenta14efe0d73eb284f78ea2ce14d08b3cc768848fc
kbuild: show warning if 'make headers_check' is used

Since commit 7ecaf069da52 ("kbuild: move headers_check rule to
usr/include/Makefile"), 'make headers_check' is no-op.

This stub target is remaining here in case some scripts still invoke it.
In order to prompt people to remove stale code, show a noisy warning
message if used. The stub will be really removed after the Linux 5.15
release.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile