X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fvdpa%2Fmeson.build;h=4929be4c035dfd78baa0b814f66d541c425a8603;hb=2b6d6d71a0992220043b2f5c3b885c486e7921b7;hp=e5065aa62243ec82fabc01ae5eb79f571a979355;hpb=3df349b7afe9c95d976fbc5965700464e333e87c;p=dpdk.git diff --git a/drivers/vdpa/meson.build b/drivers/vdpa/meson.build index e5065aa622..4929be4c03 100644 --- a/drivers/vdpa/meson.build +++ b/drivers/vdpa/meson.build @@ -1,8 +1,11 @@ # 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@'