net/mlx5: add OS specific flow type selection
[dpdk.git] / drivers / net / iavf / meson.build
index 7bf3a33..a3fad36 100644 (file)
@@ -10,6 +10,9 @@ sources = files(
        'iavf_ethdev.c',
        'iavf_rxtx.c',
        'iavf_vchnl.c',
+       'iavf_generic_flow.c',
+       'iavf_fdir.c',
+       'iavf_hash.c',
 )
 
 if arch_subdir == 'x86'