numam-dpdk/drivers/baseband/fpga_5gnr_fec/meson.build
Nicolas Chautru 2d4306438c baseband/fpga_5gnr_fec: add configure function
Add configure function to configure the PF from within
the bbdev-test itself without external application
configuration the device.

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
Acked-by: Dave Burley <dave.burley@accelercomm.com>
Reviewed-by: Niall Power <niall.power@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2020-04-19 22:34:26 +02:00

9 lines
219 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2020 Intel Corporation
deps += ['bbdev', 'bus_vdev', 'ring', 'pci', 'bus_pci']
sources = files('rte_fpga_5gnr_fec.c')
install_headers('rte_pmd_fpga_5gnr_fec.h')