X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fliquidio%2Fmeson.build;h=4965ebe85ff58efd6b62fcabafd45c31b7deaa94;hb=d566bfcff0c7bfe167f6c520d4fd5b0104130af6;hp=9ae48e21395cb98955291e7ff16f7a4901fe329a;hpb=bad475c03fee74e67c495e0758c3ebf37b2c4b77;p=dpdk.git diff --git a/drivers/net/liquidio/meson.build b/drivers/net/liquidio/meson.build index 9ae48e2139..4965ebe85f 100644 --- a/drivers/net/liquidio/meson.build +++ b/drivers/net/liquidio/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('base/lio_23xx_vf.c', 'base/lio_mbox.c', 'lio_ethdev.c',