build: disable experimental API check internally
[dpdk.git] / drivers / net / ice / meson.build
index 2bec688..617b2c8 100644 (file)
@@ -6,7 +6,11 @@ objs = [base_objs]
 
 sources = files(
        'ice_ethdev.c',
-       'ice_rxtx.c'
+       'ice_rxtx.c',
+       'ice_switch_filter.c',
+       'ice_generic_flow.c',
+       'ice_fdir_filter.c',
+       'ice_hash.c'
        )
 
 deps += ['hash']
@@ -30,3 +34,5 @@ if arch_subdir == 'x86'
                objs += ice_avx2_lib.extract_objects('ice_rxtx_vec_avx2.c')
        endif
 endif
+
+install_headers('rte_pmd_ice.h')