Commit aafaea3d3b70 ("devtools: add tags and cscope index generation") introduced new make targets. This change updates the help target output to reflect the additions.
Signed-off-by: Gabriel Carrillo <erik.g.carri...@intel.com> --- v3: * Updated formatting. doc/build-sdk-quick.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index 8d41052..3507220 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-quick.txt @@ -11,6 +11,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|gtags T= generate tags/gtags for given targets (T=) + cscope T= generate cscope database for given targets (T=) Build variables EXTRA_CPPFLAGS preprocessor options EXTRA_CFLAGS compiler options -- 2.6.4