821f60c7f4
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>
18 lines
271 B
Meson
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']
|