common/mlx5: add DevX command to modify RQT
[dpdk.git] / drivers / net / dpaa2 / meson.build
index fc311e9..571cdb7 100644 (file)
@@ -1,8 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-version = 2
-
 if not is_linux
        build = false
        reason = 'only supported on linux'
@@ -14,6 +12,7 @@ sources = files('base/dpaa2_hw_dpni.c',
                'dpaa2_ethdev.c',
                'dpaa2_flow.c',
                'dpaa2_rxtx.c',
+               'dpaa2_sparser.c',
                'mc/dpkg.c',
                'mc/dpdmux.c',
                'mc/dpni.c')