X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=29f4777500986848654916c4adb9a803d4499778;hb=bd885ab120e2335f978a28ee0aa4303017390e15;hp=3ecc78ceeb10966141ea748b4888278b028e1545;hpb=3ded348378a76622e22a9017455de02c8c4048b5;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 3ecc78ceeb..29f4777500 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -1,7 +1,12 @@ # 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', @@ -16,24 +21,36 @@ drivers = ['af_packet', 'enic', 'failsafe', 'fm10k', 'i40e', + 'hinic', + 'hns3', 'iavf', 'ice', - 'ifc', + 'igc', + 'ipn3ke', 'ixgbe', 'kni', 'liquidio', + 'memif', 'mlx4', 'mlx5', 'mvneta', 'mvpp2', 'netvsc', + 'nfb', 'nfp', - 'null', 'octeontx', 'pcap', 'qede', 'ring', + 'null', + 'octeontx', + 'octeontx2', + 'pcap', + 'pfe', + 'qede', + 'ring', 'sfc', 'softnic', 'szedata2', 'tap', 'thunderx', + 'txgbe', 'vdev_netvsc', 'vhost', 'virtio', @@ -43,4 +60,3 @@ 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 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD' -driver_name_fmt = 'rte_pmd_@0@'