net/mlx5: fix flow mark with sampling and metering
[dpdk.git] / drivers / net / iavf / meson.build
index 36a82e3..5eb230f 100644 (file)
@@ -5,7 +5,7 @@
 cflags += ['-Wno-strict-aliasing']
 
 includes += include_directories('../../common/iavf')
-deps += ['common_iavf']
+deps += ['common_iavf', 'security', 'cryptodev']
 
 sources = files(
         'iavf_ethdev.c',
@@ -15,6 +15,7 @@ sources = files(
         'iavf_fdir.c',
         'iavf_hash.c',
         'iavf_tm.c',
+        'iavf_ipsec_crypto.c',
 )
 
 if arch_subdir == 'x86'