X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=266448ff266fdbe2509afbaf7cfca0e5701925b2;hb=64767daf3c9eaa4d2b2b00017137ac0566df1c55;hp=10a361763c9852187d8ae3a4bbae4e3e5a327f1c;hpb=749799482a72b9a8e3574242920d2774d0ff1df1;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 10a361763c..266448ff26 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -1,10 +1,56 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -drivers = ['af_packet', 'bonding', - 'e1000', 'fm10k', 'i40e', 'ixgbe', - 'null', 'octeontx', 'pcap', 'ring', - 'sfc', 'thunderx', 'virtio'] +drivers = ['af_packet', + 'af_xdp', + 'ark', + 'atlantic', + 'avp', + 'axgbe', 'bonding', + 'bnx2x', + 'bnxt', + 'cxgbe', + 'dpaa', 'dpaa2', + 'e1000', + 'ena', + 'enetc', + 'enic', + 'failsafe', + 'fm10k', 'i40e', + 'hinic', + 'hns3', + 'iavf', + 'ice', + 'igc', + 'ipn3ke', + 'ixgbe', + 'kni', + 'liquidio', + 'memif', + 'mlx4', + 'mlx5', + 'mvneta', + 'mvpp2', + 'netvsc', + 'nfb', + 'nfp', + 'null', + 'octeontx', + 'octeontx2', + 'pcap', + 'pfe', + 'qede', + 'ring', + 'sfc', + 'softnic', + 'szedata2', + 'tap', + 'thunderx', + 'vdev_netvsc', + 'vhost', + 'virtio', + 'vmxnet3', +] 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