crypto/scheduler: use proper API for device start/stop
[dpdk.git] / drivers / compress / meson.build
index cd96def..abe043a 100644 (file)
@@ -2,9 +2,14 @@
 # Copyright(c) 2018 Intel Corporation
 
 if is_windows
-       subdir_done()
+    subdir_done()
 endif
 
-drivers = ['isal', 'octeontx', 'zlib']
+drivers = [
+        'isal',
+        'mlx5',
+        'octeontx',
+        'zlib',
+]
 
 std_deps = ['compressdev'] # compressdev pulls in all other needed deps