net/hns3: support SVE Rx
[dpdk.git] / drivers / net / dpaa / meson.build
index aca1dcc..c00dba6 100644 (file)
@@ -10,7 +10,9 @@ deps += ['mempool_dpaa']
 sources = files('dpaa_ethdev.c',
                'fmlib/fm_lib.c',
                'fmlib/fm_vsp.c',
-               'dpaa_rxtx.c')
+               'dpaa_flow.c',
+               'dpaa_rxtx.c',
+               'dpaa_fmc.c')
 
 if cc.has_argument('-Wno-pointer-arith')
        cflags += '-Wno-pointer-arith'