numam-dpdk/drivers/raw/meson.build
Bruce Richardson 8c76e2f693 raw/ioat: remove deprecated driver
The ioat driver has been superseded by the ioat and idxd dmadev drivers,
and has been deprecated for some time, so remove it.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2022-09-28 14:41:07 +02:00

17 lines
254 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if is_windows
subdir_done()
endif
drivers = [
'cnxk_bphy',
'cnxk_gpio',
'dpaa2_cmdif',
'ifpga',
'ntb',
'skeleton',
]
std_deps = ['rawdev']