mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>
33 lines
910 B
Makefile
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
|