net/dpaa: support 2.5G
[dpdk.git] / drivers / bus / ifpga / meson.build
index 0b5c38d..3ff44d9 100644 (file)
@@ -1,10 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2010-2018 Intel Corporation
 
-version = 2
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
 
 deps += ['pci', 'kvargs', 'rawdev']
 install_headers('rte_bus_ifpga.h')
 sources = files('ifpga_common.c', 'ifpga_bus.c')
-
-allow_experimental_apis = true