New upstream version 18.08
[deb_dpdk.git] / drivers / net / ark / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 sources = files('ark_ddm.c',
5         'ark_ethdev.c',
6         'ark_ethdev_rx.c',
7         'ark_ethdev_tx.c',
8         'ark_mpu.c',
9         'ark_pktchkr.c',
10         'ark_pktdir.c',
11         'ark_pktgen.c',
12         'ark_rqp.c',
13         'ark_udm.c')