371d3212cb
Add the make and meson based build infrastructure along with HW definition header file. This patch adds skeleton otx2_mbox.c file to make sure all header files are intact, subsequent patches add content to otx2_mbox.c This patch also updates CONFIG_RTE_MAX_VFIO_GROUPS value to 128 as the system can have up to 128 PFs/VFs. For octeontx2 meson build target, CONFIG_RTE_MAX_VFIO_GROUPS defined as 128 so no additional changes required. Signed-off-by: Jerin Jacob <jerinj@marvell.com> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
8 lines
236 B
Meson
8 lines
236 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Cavium, Inc
|
|
|
|
std_deps = ['eal']
|
|
drivers = ['cpt', 'dpaax', 'mvep', 'octeontx', 'octeontx2', 'qat']
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
|
|
driver_name_fmt = 'rte_common_@0@'
|