]> git.itanic.dy.fi Git - linux-stable/commitdiff
kbuild: fix W= flags in the help message
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 20 Jan 2024 08:32:55 +0000 (17:32 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 31 Jan 2024 14:24:27 +0000 (23:24 +0900)
W=c and W=e are supported.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Makefile

index 9869f57c3fb3e6a37e40aa267737a044a5e099d8..02e3500c2c178eb12bf70b82bf3095895627c3a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1662,7 +1662,7 @@ help:
        @echo  '                       (sparse by default)'
        @echo  '  make C=2   [targets] Force check of all c source with $$CHECK'
        @echo  '  make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
-       @echo  '  make W=n   [targets] Enable extra build checks, n=1,2,3 where'
+       @echo  '  make W=n   [targets] Enable extra build checks, n=1,2,3,c,e where'
        @echo  '                1: warnings which may be relevant and do not occur too often'
        @echo  '                2: warnings which occur quite often but may still be relevant'
        @echo  '                3: more obscure warnings, can most likely be ignored'