X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a0344a81a893b1a6e8d35346c370db7574d656ff;hb=31ec97d9cebac804814de298592648f7c18d8281;hp=123d858dae03826a29f562b4792c4d5161878e0b;hpb=3bfccb74973db10a03d3d4c1d10fc00e77145699;p=firefly-linux-kernel-4.4.55.git diff --git a/Makefile b/Makefile index 123d858dae03..a0344a81a893 100644 --- a/Makefile +++ b/Makefile @@ -1268,6 +1268,7 @@ help: @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 W=1 [targets] Enable extra gcc checks' + @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections' @echo '' @echo 'Execute "make" or "make all" to build all targets marked with [*] ' @echo 'For further info see the ./README file'