2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-09-13 15:07:32 +00:00
|
|
|
|
|
|
|
name = 'bond' #, james bond :-)
|
2018-03-28 11:16:01 +00:00
|
|
|
sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', 'rte_eth_bond_flow.c',
|
2017-09-13 15:07:32 +00:00
|
|
|
'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c')
|
|
|
|
|
|
|
|
deps += 'sched' # needed for rte_bitmap.h
|
2019-07-05 17:16:21 +00:00
|
|
|
deps += ['ip_frag']
|
2017-09-13 15:07:32 +00:00
|
|
|
|
|
|
|
install_headers('rte_eth_bond.h', 'rte_eth_bond_8023ad.h')
|