Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91b943ee authored by Aneesh Kumar K.V's avatar Aneesh Kumar K.V Committed by Linus Torvalds
Browse files

[PATCH] Add entry.S labels to tag file



Add functions defined using ENTRY macro to the tags file.

Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3f3fd3c0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 \