summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJerome Tollet <jtollet@cisco.com>2021-01-09 01:47:36 +0100
committerDamjan Marion <dmarion@me.com>2021-01-20 18:38:56 +0000
commit4f411d1191369ed467255414644313933b8efb97 (patch)
treea04eb6081795ab79b21151a4ff4ed42a4fec15eb /Makefile
parentfce561226f0941bd144543741fe1f21326c01b87 (diff)
build: add python files to ctags
Type: improvement Signed-off-by: Jerome Tollet <jtollet@cisco.com> Change-Id: Ifb97b3a52d8bf4ecc09dc1e8ff94992fef309a65
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef3cbe8d2ff..0633ae1af19 100644
--- a/Makefile
+++ b/Makefile
@@ -516,7 +516,7 @@ endef
endif
%.files: .FORCE
- @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' \) -and \
+ @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' -o -name '*\.py' \) -and \
\( -not -path './build-root*' -o -path \
'./build-root/build-vpp_debug-native/dpdk*' \) > $@