Makefile (35e046a203ee3bc8ba9ae3561b50de02646dfb81) | Makefile (a64c0440dda1fff1fb5723140828983d0ca821d4) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2VERSION = 5 3PATCHLEVEL = 4 4SUBLEVEL = 0 5EXTRAVERSION = -rc7 6NAME = Kleptomaniac Octopus 7 8# *DOCUMENTATION* --- 1509 unchanged lines hidden (view full) --- 1518 $(foreach b, $(board-dirs), \ 1519 printf " %-16s - Show %s-specific targets\\n" help-$(b) $(b);) \ 1520 printf " %-16s - Show all of the above\\n" help-boards; \ 1521 echo '') 1522 1523 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' 1524 @echo ' make V=2 [targets] 2 => give reason for rebuild of target' 1525 @echo ' make O=dir [targets] Locate all output files in "dir", including .config' | 1# SPDX-License-Identifier: GPL-2.0 2VERSION = 5 3PATCHLEVEL = 4 4SUBLEVEL = 0 5EXTRAVERSION = -rc7 6NAME = Kleptomaniac Octopus 7 8# *DOCUMENTATION* --- 1509 unchanged lines hidden (view full) --- 1518 $(foreach b, $(board-dirs), \ 1519 printf " %-16s - Show %s-specific targets\\n" help-$(b) $(b);) \ 1520 printf " %-16s - Show all of the above\\n" help-boards; \ 1521 echo '') 1522 1523 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' 1524 @echo ' make V=2 [targets] 2 => give reason for rebuild of target' 1525 @echo ' make O=dir [targets] Locate all output files in "dir", including .config' |
1526 @echo ' make C=1 [targets] Check re-compiled c source with $$CHECK (sparse by default)' | 1526 @echo ' make C=1 [targets] Check re-compiled c source with $$CHECK' 1527 @echo ' (sparse by default)' |
1527 @echo ' make C=2 [targets] Force check of all c source with $$CHECK' 1528 @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections' 1529 @echo ' make W=n [targets] Enable extra build checks, n=1,2,3 where' 1530 @echo ' 1: warnings which may be relevant and do not occur too often' 1531 @echo ' 2: warnings which occur quite often but may still be relevant' 1532 @echo ' 3: more obscure warnings, can most likely be ignored' 1533 @echo ' Multiple levels can be combined with W=12 or W=123' 1534 @echo '' --- 289 unchanged lines hidden --- | 1528 @echo ' make C=2 [targets] Force check of all c source with $$CHECK' 1529 @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections' 1530 @echo ' make W=n [targets] Enable extra build checks, n=1,2,3 where' 1531 @echo ' 1: warnings which may be relevant and do not occur too often' 1532 @echo ' 2: warnings which occur quite often but may still be relevant' 1533 @echo ' 3: more obscure warnings, can most likely be ignored' 1534 @echo ' Multiple levels can be combined with W=12 or W=123' 1535 @echo '' --- 289 unchanged lines hidden --- |