net/mlx5: locate aging pools in the general container
[dpdk.git] / drivers / net / meson.build
index 513f19b..4e4c2c9 100644 (file)
@@ -1,6 +1,10 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+if is_windows
+       subdir_done()
+endif
+
 drivers = ['af_packet',
        'af_xdp',
        'ark',
@@ -18,9 +22,10 @@ drivers = ['af_packet',
        'failsafe',
        'fm10k', 'i40e',
        'hinic',
+       'hns3',
        'iavf',
        'ice',
-       'ifc',
+       'igc',
        'ipn3ke',
        'ixgbe',
        'kni',
@@ -37,6 +42,8 @@ drivers = ['af_packet',
        'octeontx',
        'octeontx2',
        'pcap',
+       'pfe',
+       'qede',
        'ring',
        'sfc',
        'softnic',
@@ -52,4 +59,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@'