]> www.infradead.org Git - users/willy/pagecache.git/commit
kbuild: remove EXTRA_*FLAGS support
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 5 Feb 2025 16:39:38 +0000 (01:39 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Mar 2025 12:16:21 +0000 (21:16 +0900)
commite966ad0edd0056c7491b8f23992c11734ab61ddf
treea450dc8566485929aee3c0154119e0df69721b20
parent10e9510a6d238a8e6c994b81748b00b9c696c48b
kbuild: remove EXTRA_*FLAGS support

Commit f77bf01425b1 ("kbuild: introduce ccflags-y, asflags-y and
ldflags-y") deprecated these in 2007. The migration should have been
completed by now.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Documentation/dev-tools/checkpatch.rst
Documentation/kbuild/makefiles.rst
scripts/Makefile.build
scripts/Makefile.lib
scripts/checkpatch.pl