]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/drivers/mempool/dpaa2/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / drivers / mempool / dpaa2 / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018 NXP
3
4 version = 2
5
6 if not is_linux
7 build = false
8 endif
9
10 deps += ['bus_fslmc']
11 sources = files('dpaa2_hw_mempool.c')
12
13 # depends on fslmc bus which uses experimental API
14 allow_experimental_apis = true