Skip to content

Commit

Permalink
[PATCH] Add entry.S labels to tag file
Browse files Browse the repository at this point in the history
Add functions defined using ENTRY macro to the tags file.

Signed-off-by: Aneesh Kumar K.V <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
kvaneesh authored and Linus Torvalds committed Oct 17, 2006
1 parent 3f3fd3c commit 91b943e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,8 @@ define xtags
$(all-sources) | xargs $1 -a \
-I __initdata,__exitdata,__acquires,__releases \
-I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
--extra=+f --c-kinds=+px; \
--extra=+f --c-kinds=+px \
--regex-asm='/ENTRY\(([^)]*)\).*/\1/'; \
$(all-kconfigs) | xargs $1 -a \
--langdef=kconfig \
--language-force=kconfig \
Expand Down

0 comments on commit 91b943e

Please sign in to comment.