aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2025-02-17 20:36:48 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2025-03-15 21:19:44 +0900
commitd0beb73d1d8a89c6c6830d8d873ac9d3163132dc (patch)
tree8b91edc9d79c4f26db71abb30e88e63e8c8b1782
parentkbuild: move -fzero-init-padding-bits=all to the top-level Makefile (diff)
downloadlinux-d0beb73d1d8a89c6c6830d8d873ac9d3163132dc.tar.gz
linux-d0beb73d1d8a89c6c6830d8d873ac9d3163132dc.zip
kbuild: remove KBUILD_ENABLE_EXTRA_GCC_CHECKS support
Commit e27128db6283 ("kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN") renamed KBUILD_ENABLE_EXTRA_GCC_CHECKS in 2019. The migration in downstream code should be complete. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nathan Chancellor <nathan@kernel.org>
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7cd80ff2d69b..3428e4630069 100644
--- a/Makefile
+++ b/Makefile
@@ -151,9 +151,6 @@ endif
export KBUILD_EXTMOD
-# backward compatibility
-KBUILD_EXTRA_WARN ?= $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)
-
ifeq ("$(origin W)", "command line")
KBUILD_EXTRA_WARN := $(W)
endif