]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/bus/fslmc/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / bus / fslmc / 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
9f95a23c 10deps += ['common_dpaax', 'eventdev', 'kvargs']
11fdf7f2
TL
11sources = files('fslmc_bus.c',
12 'fslmc_vfio.c',
13 'mc/dpbp.c',
14 'mc/dpci.c',
15 'mc/dpcon.c',
16 'mc/dpdmai.c',
17 'mc/dpio.c',
18 'mc/dpmng.c',
19 'mc/mc_sys.c',
20 'portal/dpaa2_hw_dpbp.c',
21 'portal/dpaa2_hw_dpci.c',
22 'portal/dpaa2_hw_dpio.c',
23 'qbman/qbman_portal.c',
24 'qbman/qbman_debug.c')
25
26allow_experimental_apis = true
27
28includes += include_directories('mc', 'qbman/include', 'portal')