net/qede: accept bigger RSS table
[dpdk.git] / drivers / net / e1000 / meson.build
index d0901d3..43ad52c 100644 (file)
@@ -1,7 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-allow_experimental_apis = true
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
 
 subdir('base')
 objs = [base_objs]