common/iavf: build on Windows
[dpdk.git] / drivers / common / octeontx / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Cavium, Inc
3 #
4
5 if is_windows
6         build = false
7         reason = 'not supported on Windows'
8         subdir_done()
9 endif
10
11 sources = files('octeontx_mbox.c')