X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Focteontx2%2Fmeson.build;h=e2c139a8b64e7818ed8c0b8be3526051b751c53b;hb=fad80ab3698e7f7d3e9c2a28c371da6a17fbc477;hp=638c04a2fe9d6645c73351fe7eb3ff5aac19e9ab;hpb=43314d97e28c3017619f8782d67f8a3254d894ab;p=dpdk.git diff --git a/drivers/net/octeontx2/meson.build b/drivers/net/octeontx2/meson.build index 638c04a2fe..e2c139a8b6 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'