[dpdk-dev] [PATCH] doc: add new targets to "make help" output
    Gabriel Carrillo 
    erik.g.carrillo at intel.com
       
    Mon Jun  5 23:43:37 CEST 2017
    
    
  
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.carrillo at intel.com>
---
 doc/build-sdk-quick.txt | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt
index 8d41052..0b8a309 100644
--- a/doc/build-sdk-quick.txt
+++ b/doc/build-sdk-quick.txt
@@ -11,6 +11,9 @@ 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 T=          generate ctags for given targets (T=)
+	gtags T=         generate 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
    
    
More information about the dev
mailing list