Re: [PATCH v4 1/2] scripts: Support compiled source, improved precise

2020-05-20 Thread Masahiro Yamada
On Fri, May 15, 2020 at 2:10 AM xujialu wrote: > > Sorry for replying so late. > > > > I usually don't run scripts/tags.sh directly. But one day i checked git > log of scripts/tags.sh, and found this commit c69ef1c87b8c said we may > run it directly. Then i must took care of that. > > Here are so

Re: [PATCH v4 1/2] scripts: Support compiled source, improved precise

2020-05-11 Thread Masahiro Yamada
On Sat, May 2, 2020 at 2:27 PM xujialu wrote: > > Original 'COMPILED_SOURCE=1 make cscope' collects nearly 3 files > include too many unused files, this patch precisely collects source > files from *.cmd, in this case just 3000 files include dts and dtsi. > > Usage: > 1) COMPILED_SOURCE=1