Searched hist:"018 da27970780c0ee4f2df7c06fc7c6c89edb3ee" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | 018da27970780c0ee4f2df7c06fc7c6c89edb3ee Tue Oct 13 04:18:13 CDT 2020 Greg Kurz <groug@kaod.org> Makefile: Add *.[ch].inc files to cscope/ctags/TAGS
The code base has some C source and header files that don't get indexed because their name ends with .inc:
$ git ls-files "*.[ch].inc" | wc -l 66
Add them to the list.
Signed-off-by: Greg Kurz <groug@kaod.org> Message-Id: <160258069310.900922.1495166540282536628.stgit@bahia.lan> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|