]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/meson.build
net/hns3: cleanup duplicated code on processing TSO in Tx
[dpdk.git] / drivers / net / meson.build
index b0ea8fedeccbffff6c9431d2bc502f3ef329a92d..d56b24051a94477655766298b2ac075069bf4ea6 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',