diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1101,6 +1101,7 @@ help: | |||
1101 | echo '') | 1101 | echo '') |
1102 | 1102 | ||
1103 | @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' | 1103 | @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' |
1104 | @echo ' make V=2 [targets] 2 => give reason for rebuild of target' | ||
1104 | @echo ' make O=dir [targets] Locate all output files in "dir", including .config' | 1105 | @echo ' make O=dir [targets] Locate all output files in "dir", including .config' |
1105 | @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)' | 1106 | @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)' |
1106 | @echo ' make C=2 [targets] Force check of all c source with $$CHECK' | 1107 | @echo ' make C=2 [targets] Force check of all c source with $$CHECK' |