]> git.droids-corp.org - dpdk.git/blobdiff - drivers/vdpa/meson.build
cmdline: remove unneeded header includes
[dpdk.git] / drivers / vdpa / meson.build
index b346e43086f13c86e96a04e14a51ad62a75fda4a..77412c7d0914f6ff9b3b5c51146f66ac7c869fdd 100644 (file)
@@ -2,11 +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'