f218a1f920
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>
7 lines
140 B
Meson
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')
|