]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/net/dpaa2/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / 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 += ['mempool_dpaa2']
11sources = files('base/dpaa2_hw_dpni.c',
9f95a23c 12 'dpaa2_mux.c',
11fdf7f2 13 'dpaa2_ethdev.c',
9f95a23c 14 'dpaa2_flow.c',
11fdf7f2
TL
15 'dpaa2_rxtx.c',
16 'mc/dpkg.c',
9f95a23c 17 'mc/dpdmux.c',
11fdf7f2
TL
18 'mc/dpni.c')
19
20includes += include_directories('base', 'mc')
21
22# depends on fslmc bus which uses experimental API
23allow_experimental_apis = true
9f95a23c
TL
24
25install_headers('rte_pmd_dpaa2.h')