Skip to content

Commit d0beb73

Browse files
committed
kbuild: remove KBUILD_ENABLE_EXTRA_GCC_CHECKS support
Commit e27128d ("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 <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]>
1 parent c152534 commit d0beb73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ endif
151151

152152
export KBUILD_EXTMOD
153153

154-
# backward compatibility
155-
KBUILD_EXTRA_WARN ?= $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)
156-
157154
ifeq ("$(origin W)", "command line")
158155
KBUILD_EXTRA_WARN := $(W)
159156
endif

0 commit comments

Comments
 (0)