X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fbonding%2Fmeson.build;h=44d5fd8e776d18cdcc296b9ebb0a5135c4cd4289;hb=98abf84ee0e0719a6b64652cee239ab82e74f7b1;hp=b90abc6deb041030997e97bfdd4d8485ad897047;hpb=579182f2b06bd8e6f721fe4a525223702a1e3581;p=dpdk.git diff --git a/drivers/net/bonding/meson.build b/drivers/net/bonding/meson.build index b90abc6deb..44d5fd8e77 100644 --- a/drivers/net/bonding/meson.build +++ b/drivers/net/bonding/meson.build @@ -2,6 +2,7 @@ # Copyright(c) 2017 Intel Corporation name = 'bond' #, james bond :-) +version = 2 sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', 'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c')