]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/meson.build
net/ice/base: clarify comments on checking PFC mode
[dpdk.git] / drivers / net / ice / base / meson.build
index 3305e5dd1822dca6b2ae11c3200e4e684c99ab45..be9713dfa1fea79946e6f470cc0dbb84f4511012 100644 (file)
@@ -14,6 +14,7 @@ sources = [
         'ice_acl.c',
         'ice_acl_ctrl.c',
         'ice_vlan_mode.c',
+        'ice_ptp_hw.c',
 ]
 
 error_cflags = [
@@ -43,4 +44,4 @@ endforeach
 base_lib = static_library('ice_base', sources,
         dependencies: static_rte_eal,
         c_args: c_args)
-base_objs = base_lib.extract_all_objects()
+base_objs = base_lib.extract_all_objects(recursive: true)