net/mlx5: fix mutex unlock in Tx packet pacing cleanup
[dpdk.git] / drivers / crypto / nitrox / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2019 Marvell International Ltd.
3
4 if not is_linux
5     build = false
6     reason = 'only supported on Linux'
7 endif
8
9 deps += ['bus_pci']
10 sources = files(
11         'nitrox_device.c',
12         'nitrox_hal.c',
13         'nitrox_logs.c',
14         'nitrox_sym.c',
15         'nitrox_sym_capabilities.c',
16         'nitrox_sym_reqmgr.c',
17         'nitrox_qp.c',
18 )