diff options
Diffstat (limited to 'drivers/net/bonding/meson.build')
-rw-r--r-- | drivers/net/bonding/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/bonding/meson.build b/drivers/net/bonding/meson.build index b90abc6d..602d2880 100644 --- a/drivers/net/bonding/meson.build +++ b/drivers/net/bonding/meson.build @@ -2,7 +2,8 @@ # Copyright(c) 2017 Intel Corporation name = 'bond' #, james bond :-) -sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', +version = 2 +sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', 'rte_eth_bond_flow.c', 'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c') deps += 'sched' # needed for rte_bitmap.h |