commit | 923e02ecf3f8db19d52176723fefa0ffe6e9a3cd | [log] [tgz] |
---|---|---|
author | Joonsoo Kim <js1304@gmail.com> | Tue Dec 11 00:11:46 2012 +0900 |
committer | Michal Marek <mmarek@suse.cz> | Tue Dec 11 14:25:42 2012 +0100 |
tree | 6a7e0b2c5147bff5a1a6ac845651a7c601e582fe | |
parent | 596585090a6d7f0a62b4e5864ad8cedf1af964d1 [diff] |
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>