52244e728b782b03218a1906f8f24db80e7587d4
[dpdk.git] / drivers / mempool / cnxk / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2021 Marvell.
3 #
4
5 if 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()
9 endif
10
11 sources = files('cnxk_mempool.c',
12                 'cnxk_mempool_ops.c')
13
14 deps += ['eal', 'mbuf', 'kvargs', 'bus_pci', 'common_cnxk', 'mempool']