X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fmeson.build;h=d56b24051a94477655766298b2ac075069bf4ea6;hb=14b8d6528c2b7d35aca421f400a47f65be33887f;hp=f437ed00b6f5bbc6c81047d0360765d498e2bd7c;hpb=2898348c484ca9c465673cdfa5cc4d8cd4aaec84;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index f437ed00b6..d56b24051a 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -1,19 +1,60 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +if is_windows + subdir_done() +endif + drivers = ['af_packet', + 'af_xdp', 'ark', + 'atlantic', 'avp', 'axgbe', 'bonding', 'bnx2x', 'bnxt', 'cxgbe', 'dpaa', 'dpaa2', - 'e1000', 'enic', 'fm10k', 'i40e', - 'ifc', + 'e1000', + 'ena', + 'enetc', + 'enic', + 'failsafe', + 'fm10k', 'i40e', + 'hinic', + 'hns3', + 'iavf', + 'ice', + 'igc', + 'ipn3ke', 'ixgbe', - 'mvpp2', 'null', 'octeontx', 'pcap', 'ring', - 'sfc', 'thunderx', 'virtio'] + '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