]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/null/meson.build
net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / crypto / null / meson.build
index 502336da2bd2115a78c737abd7f0211bcbcd5a07..acc16e7d81753b6473d8d77340783121cdfdb1f9 100644 (file)
@@ -1,6 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 deps += 'bus_vdev'
-name = 'null_crypto'
 sources = files('null_crypto_pmd.c', 'null_crypto_pmd_ops.c')