numam-dpdk/drivers/net/ark/meson.build
Bruce Richardson 9285beee41 net/ark: add to meson build
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-06-14 19:27:50 +02:00

14 lines
259 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
sources = files('ark_ddm.c',
'ark_ethdev.c',
'ark_ethdev_rx.c',
'ark_ethdev_tx.c',
'ark_mpu.c',
'ark_pktchkr.c',
'ark_pktdir.c',
'ark_pktgen.c',
'ark_rqp.c',
'ark_udm.c')