7a39d1b099
Add MVEP (Marvell Embedded Processors) to drivers/common which will keep code reused by current and future MRVL PMDs. Right now we have only common DMA memory initialization routines there. Signed-off-by: Liron Himi <lironh@marvell.com> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com> Reviewed-by: Natalie Samsonov <nsamsono@marvell.com>
8 lines
207 B
Meson
8 lines
207 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Cavium, Inc
|
|
|
|
std_deps = ['eal']
|
|
drivers = ['mvep', 'octeontx', 'qat']
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
|
|
driver_name_fmt = 'rte_common_@0@'
|