X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=d19b195f8b17ef83a4aba77099f9f1b05b0cbbcd;hb=a4a5cd21d20a38fc317d938b156324a6ad78d119;hp=aae817cc2b64f7e464196b3f3bb1b2a049f73b1c;hpb=e14dca8dc1121efbff29e0928d5de703f924c3f0;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index aae817cc2b..d19b195f8b 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -1,10 +1,32 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -drivers = ['af_packet', 'bonding', 'dpaa', 'dpaa2', - 'e1000', 'enic', 'fm10k', 'i40e', 'ixgbe', +drivers = ['af_packet', + 'ark', + 'avp', + 'axgbe', 'bonding', + 'bnx2x', + 'bnxt', + 'cxgbe', + 'dpaa', 'dpaa2', + 'e1000', + 'ena', + 'enic', + 'failsafe', + 'fm10k', 'i40e', + 'ifc', + 'ixgbe', + 'kni', + 'liquidio', + 'mvpp2', + 'nfp', 'null', 'octeontx', 'pcap', 'ring', - 'sfc', 'thunderx', 'virtio'] + 'sfc', + 'softnic', + 'szedata2', + 'thunderx', + 'vhost', + 'virtio'] std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc std_deps += ['bus_pci'] # very many PMDs depend on PCI, so make std std_deps += ['bus_vdev'] # same with vdev bus