net/ark: switch user data to dynamic mbuf fields
[dpdk.git] / drivers / net / ark / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 headers = files('rte_pmd_ark.h')
5
6 sources = files('ark_ddm.c',
7         'ark_ethdev.c',
8         'ark_ethdev_rx.c',
9         'ark_ethdev_tx.c',
10         'ark_mpu.c',
11         'ark_pktchkr.c',
12         'ark_pktdir.c',
13         'ark_pktgen.c',
14         'ark_rqp.c',
15         'ark_udm.c')