net/bnxt: fix crash after port stop/start
[dpdk.git] / drivers / compress / meson.build
index ee883c3..abe043a 100644 (file)
@@ -2,11 +2,14 @@
 # Copyright(c) 2018 Intel Corporation
 
 if is_windows
-       subdir_done()
+    subdir_done()
 endif
 
-drivers = ['isal', 'octeontx', 'qat', 'zlib']
+drivers = [
+        'isal',
+        'mlx5',
+        'octeontx',
+        'zlib',
+]
 
 std_deps = ['compressdev'] # compressdev pulls in all other needed deps
-config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
-driver_name_fmt = 'rte_pmd_@0@'