aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 953359ed9871..698dfc6ba65c 100644
--- a/Makefile
+++ b/Makefile
@@ -1378,6 +1378,7 @@ define xtags
1378 if $1 --version 2>&1 | grep -iq exuberant; then \ 1378 if $1 --version 2>&1 | grep -iq exuberant; then \
1379 $(all-sources) | xargs $1 -a \ 1379 $(all-sources) | xargs $1 -a \
1380 -I __initdata,__exitdata,__acquires,__releases \ 1380 -I __initdata,__exitdata,__acquires,__releases \
1381 -I __read_mostly,____cacheline_aligned,____cacheline_aligned_in_smp,____cacheline_internodealigned_in_smp \
1381 -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ 1382 -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
1382 --extra=+f --c-kinds=+px \ 1383 --extra=+f --c-kinds=+px \
1383 --regex-asm='/^ENTRY\(([^)]*)\).*/\1/'; \ 1384 --regex-asm='/^ENTRY\(([^)]*)\).*/\1/'; \