]> git.droids-corp.org - dpdk.git/blobdiff - drivers/vdpa/meson.build
net/mlx5: share counter config function
[dpdk.git] / drivers / vdpa / meson.build
index 4929be4c035dfd78baa0b814f66d541c425a8603..77412c7d0914f6ff9b3b5c51146f66ac7c869fdd 100644 (file)
@@ -2,10 +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']