net/qede: move SPDX tags to source files
[dpdk.git] / drivers / net / meson.build
index 035e407..9c28ed4 100644 (file)
@@ -16,8 +16,18 @@ drivers = ['af_packet',
        'fm10k', 'i40e',
        'ifc',
        'ixgbe',
-       'mvpp2', 'null', 'octeontx', 'pcap', 'ring',
-       'sfc', 'thunderx', 'virtio']
+       '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