net/ionic: convert info array to generic pointers
[dpdk.git] / drivers / net / iavf / meson.build
index dcd0285..ac2af81 100644 (file)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
 cflags += ['-Wno-strict-aliasing']
 
 includes += include_directories('../../common/iavf')
@@ -59,3 +65,5 @@ if arch_subdir == 'x86'
                objs += iavf_avx512_lib.extract_objects('iavf_rxtx_vec_avx512.c')
        endif
 endif
+
+headers = files('rte_pmd_iavf.h')