xref: /dpdk/drivers/crypto/nitrox/meson.build (revision 024a8abb8966c32beb79f3b772ab5f15225f760b)
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 += ['common_nitrox', 'bus_pci', 'cryptodev']
10
11sources += files(
12        'nitrox_sym.c',
13        'nitrox_sym_capabilities.c',
14        'nitrox_sym_reqmgr.c',
15)
16
17includes += include_directories('../../common/nitrox')
18