Skip to content

Commit 8987617

Browse files
committed
kbuild: fix W= flags in the help message
W=c and W=e are supported. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Nicolas Schier <[email protected]>
1 parent 3975865 commit 8987617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ help:
16621662
@echo ' (sparse by default)'
16631663
@echo ' make C=2 [targets] Force check of all c source with $$CHECK'
16641664
@echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
1665-
@echo ' make W=n [targets] Enable extra build checks, n=1,2,3 where'
1665+
@echo ' make W=n [targets] Enable extra build checks, n=1,2,3,c,e where'
16661666
@echo ' 1: warnings which may be relevant and do not occur too often'
16671667
@echo ' 2: warnings which occur quite often but may still be relevant'
16681668
@echo ' 3: more obscure warnings, can most likely be ignored'

0 commit comments

Comments
 (0)