Searched hist:a0674e88d9c150e016a69e78e735f48772314c53 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | a0674e88d9c150e016a69e78e735f48772314c53 Thu Jun 23 05:25:54 CDT 2005 Ian Campbell <ijc@hellion.org.uk> [PATCH] kbuild: allow cscope to index multiple architectures
I have a single source tree which I cross compile for a couple of different architectures using ARHC=foo O=blah etc.
The existing cscope target is very handy but only indexes the current $(ARCH), which is a pain since inevitably I'm interested in the other one at any given time ;-). This patch allows me to pass a list of architectures for cscope to index. e.g. make ALLSOURCE_ARCHS="i386 arm" cscope
This change also works for etags etc, and I presume it is just as useful there.
Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
|