diff options
author | Jerome Tollet <jtollet@cisco.com> | 2021-01-09 01:47:36 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-01-20 18:38:56 +0000 |
commit | 4f411d1191369ed467255414644313933b8efb97 (patch) | |
tree | a04eb6081795ab79b21151a4ff4ed42a4fec15eb | |
parent | fce561226f0941bd144543741fe1f21326c01b87 (diff) |
build: add python files to ctags
Type: improvement
Signed-off-by: Jerome Tollet <jtollet@cisco.com>
Change-Id: Ifb97b3a52d8bf4ecc09dc1e8ff94992fef309a65
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*' \) > $@ |