1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
4 name = 'bond' #, james bond :-)
5 sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', 'rte_eth_bond_flow.c',
6 'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c')
8 deps += 'sched' # needed for rte_bitmap.h
11 install_headers('rte_eth_bond.h', 'rte_eth_bond_8023ad.h')