]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/atlantic/meson.build
net/mlx5: replace flow list with indexed pool
[dpdk.git] / drivers / net / atlantic / meson.build
index 28fb97cace6eca4ce321d4889190cf1812b42129..bf5e47eaaf5f99f0a090f2d0faf3907ffec21298 100644 (file)
@@ -1,12 +1,19 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Aquantia Corporation
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 sources = files(
-       'atl_rxtx.c',
-       'atl_ethdev.c',
-       'atl_hw_regs.c',
-       'hw_atl/hw_atl_b0.c',
-       'hw_atl/hw_atl_llh.c',
-       'hw_atl/hw_atl_utils_fw2x.c',
-       'hw_atl/hw_atl_utils.c',
+        'atl_rxtx.c',
+        'atl_ethdev.c',
+        'atl_hw_regs.c',
+        'hw_atl/hw_atl_b0.c',
+        'hw_atl/hw_atl_llh.c',
+        'hw_atl/hw_atl_utils_fw2x.c',
+        'hw_atl/hw_atl_utils.c',
+        'rte_pmd_atlantic.c',
 )