net/ice: save rule on switch filter creation
[dpdk.git] / drivers / net / igc / base / meson.build
index 2999851..f52421f 100644 (file)
@@ -2,17 +2,18 @@
 # Copyright(c) 2019-2020 Intel Corporation
 
 sources = [
-       'igc_api.c',
-       'igc_base.c',
-       'igc_i225.c',
-       'igc_mac.c',
-       'igc_manage.c',
-       'igc_nvm.c',
-       'igc_osdep.c',
-       'igc_phy.c',
+        'igc_api.c',
+        'igc_base.c',
+        'igc_i225.c',
+        'igc_mac.c',
+        'igc_manage.c',
+        'igc_nvm.c',
+        'igc_osdep.c',
+        'igc_phy.c',
 ]
 
 base_lib = static_library('igc_base', sources,
-       dependencies: static_rte_eal)
+    dependencies: static_rte_eal,
+    c_args: cflags)
 
-base_objs = base_lib.extract_all_objects()
+base_objs = base_lib.extract_all_objects(recursive: true)