net/i40e: fix parsing packet type for NEON
[dpdk.git] / drivers / net / enic / meson.build
index 86ef2a8..94fcc79 100644 (file)
@@ -1,13 +1,18 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Cisco Systems, Inc.
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
 sources = files(
        'base/vnic_cq.c',
        'base/vnic_dev.c',
        'base/vnic_intr.c',
        'base/vnic_rq.c',
        'base/vnic_wq.c',
-       'enic_clsf.c',
        'enic_ethdev.c',
        'enic_flow.c',
        'enic_fm_flow.c',