kbuild: add sys_* entries for syscalls in tags
authorRabin Vincent <rabin@rab.in>
Sun, 25 Jan 2009 13:09:12 +0000 (18:39 +0530)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 15 Feb 2009 11:50:09 +0000 (12:50 +0100)
commit5123b327c107db9e560fd62d50c27a3816e5a078
treec22d2ff66c636ad6dcef6fdf3fbb0ffa5a2f96df
parent953fae66d124486c9e284806429c52c5402f59ac
kbuild: add sys_* entries for syscalls in tags

Currently, it is no longer possible to use the tags file to jump to
system call function definitions with sys_foo, because the definitions
are obscured by use of the SYSCALL_DEFINE* macros.

This patch adds the appropriate option to ctags to make it see through
the macro.  Also, it adds the ENTRY() work already done for Exuberant
to Emacs too.

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/tags.sh