aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@gmail.com>2006-10-17 03:10:32 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-17 11:18:48 -0400
commit91b943ee4afa2037678dc1db30b89baef0e17090 (patch)
treed9ec82560d81a8616c3d0b2bfdf91d2c080809b5 /Makefile
parent3f3fd3c055853d11295a1ec6cdc81e37e2182d16 (diff)
[PATCH] Add entry.S labels to tag file
Add functions defined using ENTRY macro to the tags file. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 703d40a65e7e..62a1343cf327 100644
--- a/Makefile
+++ b/Makefile
@@ -1319,7 +1319,8 @@ define xtags
1319 $(all-sources) | xargs $1 -a \ 1319 $(all-sources) | xargs $1 -a \
1320 -I __initdata,__exitdata,__acquires,__releases \ 1320 -I __initdata,__exitdata,__acquires,__releases \
1321 -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ 1321 -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
1322 --extra=+f --c-kinds=+px; \ 1322 --extra=+f --c-kinds=+px \
1323 --regex-asm='/ENTRY\(([^)]*)\).*/\1/'; \
1323 $(all-kconfigs) | xargs $1 -a \ 1324 $(all-kconfigs) | xargs $1 -a \
1324 --langdef=kconfig \ 1325 --langdef=kconfig \
1325 --language-force=kconfig \ 1326 --language-force=kconfig \