X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Focteontx2%2Fmeson.build;h=779a75b5d0ff0000945b585ef4c59f208a85e6b4;hb=31d7c6f7d424c533b0a4dd9b4408b814ac7852f1;hp=638c04a2fe9d6645c73351fe7eb3ff5aac19e9ab;hpb=43314d97e28c3017619f8782d67f8a3254d894ab;p=dpdk.git diff --git a/drivers/net/octeontx2/meson.build b/drivers/net/octeontx2/meson.build index 638c04a2fe..779a75b5d0 100644 --- a/drivers/net/octeontx2/meson.build +++ b/drivers/net/octeontx2/meson.build @@ -2,6 +2,12 @@ # Copyright(C) 2019 Marvell International Ltd. # +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + if not dpdk_conf.get('RTE_ARCH_64') build = false reason = 'only supported on 64-bit' @@ -22,6 +28,7 @@ sources = files('otx2_rx.c', 'otx2_lookup.c', 'otx2_ethdev.c', 'otx2_flow_ctrl.c', + 'otx2_flow_dump.c', 'otx2_flow_parse.c', 'otx2_flow_utils.c', 'otx2_ethdev_irq.c',