]> git.droids-corp.org - dpdk.git/blobdiff - lib/efd/meson.build
common/cnxk: consider adjust value for TM burst calculation
[dpdk.git] / lib / efd / meson.build
index 07fb1c29a755d531cbc497a7dda86380bfa5a649..343f14e1f3bc15fdb7112cf2e41a83bdf161ffcf 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
+
 sources = files('rte_efd.c')
 headers = files('rte_efd.h')
 deps += ['ring', 'hash']