ethdev: make driver-only headers private
[dpdk.git] / drivers / net / meson.build
index c300afb..4cbca96 100644 (file)
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+
 drivers = ['af_packet',
        'af_xdp',
        'ark',
@@ -21,7 +22,8 @@ drivers = ['af_packet',
        'hns3',
        'iavf',
        'ice',
-       'ifc',
+       'igc',
+       'ionic',
        'ipn3ke',
        'ixgbe',
        'kni',
@@ -46,6 +48,7 @@ drivers = ['af_packet',
        'szedata2',
        'tap',
        'thunderx',
+       'txgbe',
        'vdev_netvsc',
        'vhost',
        'virtio',
@@ -54,5 +57,3 @@ drivers = ['af_packet',
 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@'