]> git.droids-corp.org - dpdk.git/blobdiff - drivers/vdpa/meson.build
net/ngbe: support packet type query
[dpdk.git] / drivers / vdpa / meson.build
index 4929be4c035dfd78baa0b814f66d541c425a8603..f765fe3980eb18278e1a16a3466685a683a9d50a 100644 (file)
@@ -2,10 +2,12 @@
 # Copyright 2019 Mellanox Technologies, Ltd
 
 if is_windows
-       subdir_done()
+    subdir_done()
 endif
 
-drivers = ['ifc',
-          'mlx5',]
+drivers = [
+        'ifc',
+        'mlx5',
+]
 std_deps = ['bus_pci', 'kvargs']
 std_deps += ['vhost']