]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/igc/meson.build
net/mlx5: optimize header modify action memory
[dpdk.git] / drivers / net / igc / meson.build
index aa211d6a56f31fb8a4e0124fb3d31f4c6f2c4d84..9ab19ea9c32507a80951dd1fd923f04a45c0f28f 100644 (file)
@@ -1,12 +1,21 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2019-2020 Intel Corporation
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 subdir('base')
 objs = [base_objs]
 
 sources = files(
-       'igc_logs.c',
-       'igc_ethdev.c'
+        'igc_ethdev.c',
+        'igc_logs.c',
+        'igc_filter.c',
+        'igc_flow.c',
+        'igc_txrx.c',
 )
 
 includes += include_directories('base')