8c76e2f693
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>
17 lines
254 B
Meson
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']
|