net/mlx5: add OS specific flow type selection
[dpdk.git] / drivers / net / meson.build
index b0ea8fe..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',
@@ -21,6 +25,7 @@ drivers = ['af_packet',
        'hns3',
        'iavf',
        'ice',
+       'igc',
        'ipn3ke',
        'ixgbe',
        'kni',