numam-dpdk/drivers/dma/meson.build
Conor Walsh 866e46bcd8 dma/ioat: add device probing and removal
Add the basic device probe/remove skeleton code and initial documentation
for new IOAT DMA driver. Maintainers update is also included in this
patch.

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

10 lines
164 B
Meson

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