]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kbuild: Rename Makefile.extrawarn to Makefile.warn
authorNathan Chancellor <nathan@kernel.org>
Thu, 23 Oct 2025 20:01:36 +0000 (22:01 +0200)
committerNicolas Schier <nsc@kernel.org>
Sat, 8 Nov 2025 11:17:59 +0000 (12:17 +0100)
commit7319256dda306b867506899b6438e6eb96a1ead0
tree3519f8e3cdd31c14a961ebf9969d4449592bfcaa
parentd569067318f50251ed8ef52ccfff512e048d3eae
kbuild: Rename Makefile.extrawarn to Makefile.warn

Since commit e88ca24319e4 ("kbuild: consolidate warning flags in
scripts/Makefile.extrawarn"), scripts/Makefile.extrawarn contains all
warnings for the main kernel build, not just warnings enabled by the
values for W=. Rename it to scripts/Makefile.warn to make it clearer
that this Makefile is where all Kbuild warning handling should exist.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20251023-rename-scripts-makefile-extrawarn-v1-1-8f7531542169@kernel.org
Signed-off-by: Nicolas Schier <nsc@kernel.org>
Makefile
drivers/gpu/drm/Makefile
scripts/Makefile.warn [moved from scripts/Makefile.extrawarn with 100% similarity]