1
0
Fork 0

scripts/tags.sh: ignore code of user space tools

User space code in tools/ often reuses names of kernel constructions,
this confuses navigation in the normal kernel code. Let's fix this mess.

Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
hifive-unleashed-5.1
Konstantin Khlebnikov 2014-04-21 12:03:08 +04:00 committed by Michal Marek
parent 3005286ee3
commit 8c38a5328a
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ else
tree=${srctree}/
fi
# ignore userspace tools
ignore="$ignore ( -path ${tree}tools ) -prune -o"
# Find all available archs
find_all_archs()
{