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)
commit4f628248a578585472e19e4cba2c604643af8c6c
treec981ad2175b2016aa417230926960b9d7c351021
parent40c8c85a47552bd792b0ad49ddcc45ec18369134
kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope

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>
Documentation/kbuild/kbuild.txt
scripts/tags.sh