X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=a0344a81a893b1a6e8d35346c370db7574d656ff;hb=553553413a6abdda220a697ef439ba2f4b1d4a7c;hp=41ea6fbec55a1edcdcd697510afcc417578b057c;hpb=1e87347c2f6e124d73b4921c4580adad4ac534d6;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index 41ea6fb..a0344a8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 39 -EXTRAVERSION = -rc7 +EXTRAVERSION = NAME = Flesh-Eating Bats with Fangs # *DOCUMENTATION* @@ -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'