aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 48990899db0d..f7eb55878f11 100644
--- a/Makefile
+++ b/Makefile
@@ -1190,8 +1190,8 @@ cmd_TAGS = $(all-sources) | etags -
1190quiet_cmd_tags = MAKE $@ 1190quiet_cmd_tags = MAKE $@
1191define cmd_tags 1191define cmd_tags
1192 rm -f $@; \ 1192 rm -f $@; \
1193 CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL"`; \ 1193 CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL --extra=+f"`; \
1194 $(all-sources) | xargs ctags $$CTAGSF -a --extra=+f 1194 $(all-sources) | xargs ctags $$CTAGSF -a
1195endef 1195endef
1196 1196
1197TAGS: FORCE 1197TAGS: FORCE