net/mlx5: add OS specific flow type selection
[dpdk.git] / drivers / net / meson.build
index 513f19b..d56b240 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',