aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f0bd65a38d8..b4de51d72771 100644
--- a/Makefile
+++ b/Makefile
@@ -1333,7 +1333,7 @@ define xtags
1333 -I __initdata,__exitdata,__acquires,__releases \ 1333 -I __initdata,__exitdata,__acquires,__releases \
1334 -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ 1334 -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
1335 --extra=+f --c-kinds=+px \ 1335 --extra=+f --c-kinds=+px \
1336 --regex-asm='/ENTRY\(([^)]*)\).*/\1/'; \ 1336 --regex-asm='/^ENTRY\(([^)]*)\).*/\1/'; \
1337 $(all-kconfigs) | xargs $1 -a \ 1337 $(all-kconfigs) | xargs $1 -a \
1338 --langdef=kconfig \ 1338 --langdef=kconfig \
1339 --language-force=kconfig \ 1339 --language-force=kconfig \