numam-dpdk/drivers/baseband/la12xx/meson.build
Nipun Gupta f218a1f920 baseband/la12xx: introduce NXP LA12xx driver
This patch introduce the baseband device drivers for NXP's
LA1200 series software defined baseband modem.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Nicolas Chautru <nicolas.chautru@intel.com>
2021-10-18 20:11:23 +02:00

7 lines
140 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020-2021 NXP
deps += ['bbdev', 'bus_vdev', 'ring']
sources = files('bbdev_la12xx.c')