net/mlx5: fix mutex unlock in Tx packet pacing cleanup
[dpdk.git] / drivers / crypto / nitrox / meson.build
index ad81f8c..2cc47c4 100644 (file)
@@ -2,14 +2,17 @@
 # Copyright(C) 2019 Marvell International Ltd.
 
 if not is_linux
-       build = false
-       reason = 'only supported on Linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 
 deps += ['bus_pci']
-allow_experimental_apis = true
 sources = files(
-               'nitrox_device.c',
-               'nitrox_hal.c',
-               'nitrox_logs.c',
-               )
+        'nitrox_device.c',
+        'nitrox_hal.c',
+        'nitrox_logs.c',
+        'nitrox_sym.c',
+        'nitrox_sym_capabilities.c',
+        'nitrox_sym_reqmgr.c',
+        'nitrox_qp.c',
+)