2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00
ovs/build-aux/automake.mk
Ilya Maximets 28f6e7602c build-aux: Enable flake8 checks for python extraction scripts.
These were recently updated to pass the checks, so should be
added to the list in order to avoid regressions in the future.
While at it, fixing the indentation.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Reviewed-By: Ihar Hrachyshka <ihar@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
2023-10-31 19:35:45 +01:00

33 lines
910 B
Makefile

EXTRA_DIST += \
build-aux/calculate-schema-cksum \
build-aux/cccl \
build-aux/check-structs \
build-aux/cksum-schema-check \
build-aux/dist-docs \
build-aux/dpdkstrip.py \
build-aux/extract-odp-netlink-h \
build-aux/extract-odp-netlink-macros-h \
build-aux/extract-odp-netlink-windows-dp-h \
build-aux/extract-ofp-actions \
build-aux/extract-ofp-errors \
build-aux/extract-ofp-fields \
build-aux/extract-ofp-msgs \
build-aux/gen_ofp_field_decoders \
build-aux/generate-dhparams-c \
build-aux/initial-tab-allowed-files \
build-aux/sodepends.py \
build-aux/soexpand.py \
build-aux/text2c \
build-aux/xml2nroff
FLAKE8_PYFILES += \
build-aux/dpdkstrip.py \
build-aux/extract-ofp-actions \
build-aux/extract-ofp-errors \
build-aux/extract-ofp-fields \
build-aux/extract-ofp-msgs \
build-aux/gen_ofp_field_decoders \
build-aux/sodepends.py \
build-aux/soexpand.py \
build-aux/xml2nroff