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