xref: /dpdk/drivers/common/nitrox/meson.build (revision b4ce35947b163435c50f8fe2a7d47ace09078e1e)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright (c) 2024 Marvell.
3
4if not is_linux
5    build = false
6    reason = 'only supported on Linux'
7endif
8
9deps += ['bus_pci']
10
11sources += files(
12        'nitrox_device.c',
13        'nitrox_hal.c',
14        'nitrox_logs.c',
15        'nitrox_qp.c',
16)
17
18includes += include_directories('../../crypto/nitrox')
19includes += include_directories('../../compress/nitrox')
20