56d46d13f7
Add the OCTEON TX2 SDP EP device probe along with the build infrastructure for Make and meson builds. Signed-off-by: Mahipal Challa <mchalla@marvell.com> Reviewed-by: Gavin Hu <gavin.hu@arm.com>
12 lines
278 B
Meson
12 lines
278 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2018 NXP
|
|
|
|
drivers = ['dpaa2_cmdif', 'dpaa2_qdma',
|
|
'ifpga', 'ioat', 'ntb',
|
|
'octeontx2_dma',
|
|
'octeontx2_ep',
|
|
'skeleton']
|
|
std_deps = ['rawdev']
|
|
config_flag_fmt = 'RTE_LIBRTE_PMD_@0@_RAWDEV'
|
|
driver_name_fmt = 'rte_rawdev_@0@'
|