X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fvdpa%2Fmeson.build;h=798eb383050ad670f59d44ed805f33fd9cb282c7;hb=cf4f055a65782104274fd044f8e238a313b6f3b7;hp=2f047b5fa5a415ac7041a0883afb7add60957f9a;hpb=5c060bf17816a1bf802044346476a7754d8d9eeb;p=dpdk.git diff --git a/drivers/vdpa/meson.build b/drivers/vdpa/meson.build index 2f047b5fa5..798eb38305 100644 --- a/drivers/vdpa/meson.build +++ b/drivers/vdpa/meson.build @@ -1,7 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2019 Mellanox Technologies, Ltd -drivers = ['ifc'] +if is_windows + subdir_done() +endif + +drivers = ['ifc', + 'mlx5',] std_deps = ['bus_pci', 'kvargs'] std_deps += ['vhost'] config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'