scripts/tags.sh: Support compiled source
authorJoonsoo Kim <js1304@gmail.com>
Mon, 10 Dec 2012 15:11:46 +0000 (00:11 +0900)
committerMichal Marek <mmarek@suse.cz>
Tue, 11 Dec 2012 13:25:42 +0000 (14:25 +0100)
We usually have interst in compiled files only,
because they are strongly related to individual's work.
Current tags.sh can't select compiled files, so support it.

We can use this functionality like below.
"make cscope O=. SRCARCH=xxxx COMPILED_SOURCE=compiled"

It must be executed after building the kernel.

Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/tags.sh

diff --cc scripts/tags.sh
Simple merge