xref: /f-stack/dpdk/drivers/net/ark/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Intel Corporation
3
4headers = files('rte_pmd_ark.h')
5
6sources = 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')
16