]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/net/bonding/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / bonding / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4name = 'bond' #, james bond :-)
5version = 2
9f95a23c 6allow_experimental_apis = true
11fdf7f2
TL
7sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', 'rte_eth_bond_flow.c',
8 'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c')
9
10deps += 'sched' # needed for rte_bitmap.h
11deps += ['ip_frag', 'cmdline']
12
13install_headers('rte_eth_bond.h', 'rte_eth_bond_8023ad.h')