diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/'; \ |