1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4name = 'bond' #, james bond :-) 5sources = 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') 7 8deps += 'sched' # needed for rte_bitmap.h 9deps += ['ip_frag'] 10 11headers = files('rte_eth_bond.h', 'rte_eth_bond_8023ad.h') 12