29/04/2017 12:51, Jerin Jacob: > This script generates cscope, gtags, and tags index files based on > EAL environment(architecture and OS(linux/bsd)). > > Selection of the architecture and OS environment is based on dpdk > configuration target(T=).If EAL environment(T=) is not specified, > the script generates tag files based on available source code. > > Usage: make tags|cscope|gtags|etags [T=config] > > example usage: > make cscope > make tags T=x86_64-native-linuxapp-gcc > make gtags T=arm64-armv8a-linuxapp-gcc > > Signed-off-by: Jerin Jacob <[email protected]> > Reviewed-by: Yuanhan Liu <[email protected]> > Reviewed-by: Ferruh Yigit <[email protected]> > --- > v6: > - Addressed all the review comments from Thomas > http://dpdk.org/ml/archives/dev/2017-April/064964.html
Reviewed-by: Thomas Monjalon <[email protected]> Applied, thanks

