Re: [dpdk-dev] [PATCH] doc: add new targets to "make help" output

2017-06-05 Thread Thomas Monjalon
05/06/2017 23:43, Gabriel Carrillo: > 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 > --- > doc/build-sdk-quick.txt | 3 +++ > 1 fi

[dpdk-dev] [PATCH] doc: add new targets to "make help" output

2017-06-05 Thread Gabriel Carrillo
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 --- doc/build-sdk-quick.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/build-sd