xref: /dpdk/drivers/crypto/nitrox/meson.build (revision 68a03efeed657e6e05f281479b33b51102797e15)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(C) 2019 Marvell International Ltd.
3
4if not is_linux
5	build = false
6	reason = 'only supported on Linux'
7endif
8
9deps += ['bus_pci']
10sources = 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		)
19