xref: /dpdk/drivers/regex/cn9k/meson.build (revision b7b8de26f34d39c8aaded44d8a468da5e68f19da)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(C) 2020 Marvell International Ltd.
3#
4
5if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
6    build = false
7    reason = 'only supported on 64-bit Linux'
8    subdir_done()
9endif
10
11sources = files(
12        'cn9k_regexdev.c',
13)
14
15deps += ['bus_pci']
16deps += ['common_cnxk', 'mempool_cnxk']
17