aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 \