X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fvdpa%2Fmeson.build;h=77412c7d0914f6ff9b3b5c51146f66ac7c869fdd;hb=69e07f43a226499cf1ede5629616b251dae27734;hp=798eb383050ad670f59d44ed805f33fd9cb282c7;hpb=33031608e8f0c64d519ed74960cb743bfcf27e40;p=dpdk.git diff --git a/drivers/vdpa/meson.build b/drivers/vdpa/meson.build index 798eb38305..77412c7d09 100644 --- a/drivers/vdpa/meson.build +++ b/drivers/vdpa/meson.build @@ -2,12 +2,13 @@ # Copyright 2019 Mellanox Technologies, Ltd if is_windows - subdir_done() + subdir_done() endif -drivers = ['ifc', - 'mlx5',] +drivers = [ + 'ifc', + 'mlx5', + 'sfc', +] std_deps = ['bus_pci', 'kvargs'] std_deps += ['vhost'] -config_flag_fmt = 'RTE_LIBRTE_@0@_PMD' -driver_name_fmt = 'rte_pmd_@0@'