From: Gabriel Carrillo Date: Fri, 7 Jul 2017 17:09:59 +0000 (-0500) Subject: doc: add tags and cscope make targets to quick help X-Git-Tag: spdx-start~2212 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f82fd96ae03716ad07afb444e24c01be26d36a15;p=dpdk.git doc: add tags and cscope make targets to quick help 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 Signed-off-by: Thomas Monjalon --- diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index 2b5d4931fa..ff297806a5 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-quick.txt @@ -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