From: Ian Campbell Date: Thu, 23 Jun 2005 10:25:54 +0000 (+0100) Subject: [PATCH] kbuild: allow cscope to index multiple architectures X-Git-Tag: v2.6.14-rc1~750^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0674e88d9c150e016a69e78e735f48772314c53;p=pandora-kernel.git [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 Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed