aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c6c5e32ef96..adb2c748e105 100644
--- a/Makefile
+++ b/Makefile
@@ -1321,7 +1321,7 @@ define xtags
1321 --langdef=kconfig \ 1321 --langdef=kconfig \
1322 --language-force=kconfig \ 1322 --language-force=kconfig \
1323 --regex-kconfig='/^[[:blank:]]*config[[:blank:]]+([[:alnum:]_]+)/\1/'; \ 1323 --regex-kconfig='/^[[:blank:]]*config[[:blank:]]+([[:alnum:]_]+)/\1/'; \
1324 $(all-defconfigs) | xargs $1 -a \ 1324 $(all-defconfigs) | xargs -r $1 -a \
1325 --langdef=dotconfig \ 1325 --langdef=dotconfig \
1326 --language-force=dotconfig \ 1326 --language-force=dotconfig \
1327 --regex-dotconfig='/^#?[[:blank:]]*(CONFIG_[[:alnum:]_]+)/\1/'; \ 1327 --regex-dotconfig='/^#?[[:blank:]]*(CONFIG_[[:alnum:]_]+)/\1/'; \
@@ -1329,7 +1329,7 @@ define xtags
1329 $(all-sources) | xargs $1 -a; \ 1329 $(all-sources) | xargs $1 -a; \
1330 $(all-kconfigs) | xargs $1 -a \ 1330 $(all-kconfigs) | xargs $1 -a \
1331 --regex='/^[ \t]*config[ \t]+\([a-zA-Z0-9_]+\)/\1/'; \ 1331 --regex='/^[ \t]*config[ \t]+\([a-zA-Z0-9_]+\)/\1/'; \
1332 $(all-defconfigs) | xargs $1 -a \ 1332 $(all-defconfigs) | xargs -r $1 -a \
1333 --regex='/^#?[ \t]?\(CONFIG_[a-zA-Z0-9_]+\)/\1/'; \ 1333 --regex='/^#?[ \t]?\(CONFIG_[a-zA-Z0-9_]+\)/\1/'; \
1334 else \ 1334 else \
1335 $(all-sources) | xargs $1 -a; \ 1335 $(all-sources) | xargs $1 -a; \