net/sfc: fix generic byte statistics to exclude FCS bytes
[dpdk.git] / drivers / net / meson.build
index 29f4777..4cbca96 100644 (file)
@@ -1,9 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-if is_windows
-       subdir_done()
-endif
 
 drivers = ['af_packet',
        'af_xdp',
@@ -26,6 +23,7 @@ drivers = ['af_packet',
        'iavf',
        'ice',
        'igc',
+       'ionic',
        'ipn3ke',
        'ixgbe',
        'kni',
@@ -59,4 +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'