common/mlx5: fix user mode register access command
[dpdk.git] / drivers / net / meson.build
index 035e407..d56b240 100644 (file)
@@ -1,8 +1,14 @@
 # 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',
@@ -11,13 +17,44 @@ drivers = ['af_packet',
        'dpaa', 'dpaa2',
        'e1000',
        'ena',
+       'enetc',
        'enic',
        'failsafe',
        'fm10k', 'i40e',
-       'ifc',
+       '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