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

2017-08-05 Thread Thomas Monjalon
04/08/2017 00:50, Thomas Monjalon: > Hi, > > Sorry for the very very late review. > > 07/07/2017 19:09, 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 a

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

2017-08-03 Thread Thomas Monjalon
Hi, Sorry for the very very late review. 07/07/2017 19:09, 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 > ---