From f82fd96ae03716ad07afb444e24c01be26d36a15 Mon Sep 17 00:00:00 2001 From: Gabriel Carrillo Date: Fri, 7 Jul 2017 12:09:59 -0500 Subject: [PATCH] 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 --- 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 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 -- 2.20.1