kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope
authorJike Song <albcamus@gmail.com>
Mon, 5 Jan 2009 06:57:03 +0000 (14:57 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 7 Jan 2009 20:44:21 +0000 (21:44 +0100)
This patch reintroduce the ALLSOURCE_ARCHS support for tags/TAGS/
cscope targets. The Kbuild previously has this feature, but after
moving the targets into scripts/tags.sh, ALLSOURCE_ARCHS disappears.

It's something like this:

$ make ALLSOURCE_ARCHS="x86 mips arm" tags cscope

Signed-off-by: Jike Song <albcamus@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found