]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit923e02ecf3f8db19d52176723fefa0ffe6e9a3cd
tree6a7e0b2c5147bff5a1a6ac845651a7c601e582fe
parent596585090a6d7f0a62b4e5864ad8cedf1af964d1
scripts/tags.sh: Support compiled source

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