X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fvdpa%2Fmeson.build;h=f765fe3980eb18278e1a16a3466685a683a9d50a;hb=ff6dc76e40b8d707df9c6273215d00fa46b628be;hp=e5065aa62243ec82fabc01ae5eb79f571a979355;hpb=3df349b7afe9c95d976fbc5965700464e333e87c;p=dpdk.git diff --git a/drivers/vdpa/meson.build b/drivers/vdpa/meson.build index e5065aa622..f765fe3980 100644 --- a/drivers/vdpa/meson.build +++ b/drivers/vdpa/meson.build @@ -1,8 +1,13 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2019 Mellanox Technologies, Ltd -drivers = [] +if is_windows + subdir_done() +endif + +drivers = [ + 'ifc', + 'mlx5', +] std_deps = ['bus_pci', 'kvargs'] std_deps += ['vhost'] -config_flag_fmt = 'RTE_LIBRTE_@0@_PMD' -driver_name_fmt = 'rte_pmd_@0@'