X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=9c28ed4da4241f727e44319760ad59a70d4ab9da;hb=2c99142384db1796e42209f5fc112c8babc402c0;hp=b7d00a04c8efbd3300dac4631fa6f8f447aca3d7;hpb=6f54e56d65226dd04b13c671ba86acf01513f90c;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index b7d00a04c8..9c28ed4da4 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -1,10 +1,33 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -drivers = ['af_packet', 'axgbe', 'bonding', 'dpaa', 'dpaa2', - 'e1000', 'enic', 'fm10k', 'i40e', 'ixgbe', - 'mvpp2', 'null', 'octeontx', 'pcap', 'ring', - 'sfc', 'thunderx', 'virtio'] +drivers = ['af_packet', + 'ark', + 'avp', + 'axgbe', 'bonding', + 'bnx2x', + 'bnxt', + 'cxgbe', + 'dpaa', 'dpaa2', + 'e1000', + 'ena', + 'enic', + 'failsafe', + 'fm10k', 'i40e', + 'ifc', + 'ixgbe', + 'kni', + 'liquidio', + 'mvpp2', + 'netvsc', + 'nfp', + 'null', 'octeontx', 'pcap', 'ring', + '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