build: add python files to ctags 75/30675/2
authorJerome Tollet <jtollet@cisco.com>
Sat, 9 Jan 2021 00:47:36 +0000 (01:47 +0100)
committerDamjan Marion <dmarion@me.com>
Wed, 20 Jan 2021 18:38:56 +0000 (18:38 +0000)
Type: improvement

Signed-off-by: Jerome Tollet <jtollet@cisco.com>
Change-Id: Ifb97b3a52d8bf4ecc09dc1e8ff94992fef309a65

Makefile

index ef3cbe8..0633ae1 100644 (file)
--- 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*' \) > $@