[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>
This commit is contained in:
Родитель
3f3fd3c055
Коммит
91b943ee4a
3
Makefile
3
Makefile
|
@ -1319,7 +1319,8 @@ define xtags
|
||||||
$(all-sources) | xargs $1 -a \
|
$(all-sources) | xargs $1 -a \
|
||||||
-I __initdata,__exitdata,__acquires,__releases \
|
-I __initdata,__exitdata,__acquires,__releases \
|
||||||
-I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
|
-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 \
|
$(all-kconfigs) | xargs $1 -a \
|
||||||
--langdef=kconfig \
|
--langdef=kconfig \
|
||||||
--language-force=kconfig \
|
--language-force=kconfig \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче