Skip to content
Commit 923e02ec authored by Joonsoo Kim's avatar Joonsoo Kim Committed by Michal Marek
Browse files

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: default avatarJoonsoo Kim <js1304@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 59658509
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment