X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fcxgbe%2Fmeson.build;h=52896ea85c427f2595dcfc01c615cc9f13ae2639;hb=31d7c6f7d424c533b0a4dd9b4408b814ac7852f1;hp=3992aba44b1f169335e357423d76a8b4403318a3;hpb=a99564c680dd33d1dc4931985fd769c86e5791e5;p=dpdk.git diff --git a/drivers/net/cxgbe/meson.build b/drivers/net/cxgbe/meson.build index 3992aba44b..52896ea85c 100644 --- a/drivers/net/cxgbe/meson.build +++ b/drivers/net/cxgbe/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files('cxgbe_ethdev.c', 'cxgbe_main.c', 'cxgbevf_ethdev.c',