doc: add tags and cscope make targets to quick help
authorGabriel Carrillo <erik.g.carrillo@intel.com>
Fri, 7 Jul 2017 17:09:59 +0000 (12:09 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 5 Aug 2017 09:04:47 +0000 (11:04 +0200)
Update the "make help" output to reflect the additions
of make targets for tags database generation.

Fixes: aafaea3d3b70 ("devtools: add tags and cscope index generation")

Signed-off-by: Gabriel Carrillo <erik.g.carrillo@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
doc/build-sdk-quick.txt

index 2b5d493..ff29780 100644 (file)
@@ -14,6 +14,8 @@ Build commands
        examples_clean   clean examples for given targets (T=)
        test             compile tests and run basic unit tests
        test-*           run specific subset of unit tests
+       tags|etags|gtags generate tags database for given targets (T=)
+       cscope           generate cscope database for given targets (T=)
 Build variables
        EXTRA_CPPFLAGS   preprocessor options
        EXTRA_CFLAGS     compiler options