numam-dpdk/drivers/raw/meson.build
Radha Mohan Chintakuntla 821f60c7f4 raw/octeontx2_ep: remove driver
Removing the rawdev based octeontx2-ep driver as the dependent
common/octeontx2 will soon be going away. Moreover this driver is no
longer required as the net/octeontx_ep driver is sufficient.

Signed-off-by: Radha Mohan Chintakuntla <radhac@marvell.com>
2021-10-18 18:34:04 +02:00

18 lines
271 B
Meson

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