net/i40e: fix parsing packet type for NEON
[dpdk.git] / drivers / net / fm10k / meson.build
index 2772ea4..299b9ff 100644 (file)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
 subdir('base')
 objs = [base_objs]
 
@@ -9,7 +15,6 @@ sources = files(
        'fm10k_rxtx.c',
 )
 if arch_subdir == 'x86'
-       dpdk_conf.set('RTE_LIBRTE_FM10K_INC_VECTOR', 1)
        sources += files('fm10k_rxtx_vec.c')
 endif