]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/nitrox/meson.build
net/mlx5: fix mutex unlock in Tx packet pacing cleanup
[dpdk.git] / drivers / crypto / nitrox / meson.build
index ad81f8cd8ebc5dca3a43ca38ed21d8b761c0535b..2cc47c46269d2363e565457e51e65862e90c2b6d 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',
+)