]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/meson.build
net/sfc: skip driver probe for incompatible device class
[dpdk.git] / drivers / common / meson.build
index ffd06e2c3cc2d3a1c1ff74e506319f1e9f105180..ba6325adf3b56389e6a915eb9118ae4c5644d222 100644 (file)
@@ -1,7 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Cavium, Inc
 
+if is_windows
+       subdir_done()
+endif
+
 std_deps = ['eal']
-drivers = ['cpt', 'dpaax', 'iavf', 'mlx5', 'mvep', 'octeontx', 'octeontx2', 'qat']
-config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
-driver_name_fmt = 'rte_common_@0@'
+drivers = ['cpt', 'dpaax', 'iavf', 'mvep', 'octeontx', 'octeontx2', 'sfc_efx']