X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile;h=d0189560613cd715b70674540fb2b824d1f5c9eb;hb=7ad0ce3576edb2ea65bd5c93a83c4a6afaa1dd76;hp=6a5bdad524affe34c62141ae9678da115fcc28ee;hpb=951cc93a7493a81a47e20231441bc6cf17c98a37;p=deliverable%2Flinux.git diff --git a/Makefile b/Makefile index 6a5bdad524af..d0189560613c 100644 --- a/Makefile +++ b/Makefile @@ -1290,6 +1290,7 @@ help: @echo ' make O=dir [targets] Locate all output files in "dir", including .config' @echo ' make C=1 [targets] Check all c source with $$CHECK (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 gcc checks, n=1,2,3 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'