numam-dpdk/drivers/dma/meson.build
Chengwen Feng 05d5fc66a2 dma/skeleton: introduce skeleton driver
Skeleton dmadevice driver, on the lines of rawdev skeleton, is for
showcasing of the dmadev library.

Design of skeleton involves a virtual device which is plugged into VDEV
bus on initialization.

Also, enable compilation of dmadev skeleton drivers.

Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
Reviewed-by: Conor Walsh <conor.walsh@intel.com>
2021-10-17 20:49:58 +02:00

7 lines
110 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2021 HiSilicon Limited
drivers = [
'skeleton',
]