mirror of https://github.com/F-Stack/f-stack.git
14 lines
318 B
Meson
14 lines
318 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(C) 2021 Marvell.
|
|
#
|
|
|
|
deps += ['bus_pci', 'common_cnxk', 'rawdev']
|
|
sources = files(
|
|
'cnxk_bphy.c',
|
|
'cnxk_bphy_cgx.c',
|
|
'cnxk_bphy_cgx_test.c',
|
|
'cnxk_bphy_irq.c',
|
|
)
|
|
headers = files('rte_pmd_bphy.h')
|
|
pmd_supports_disable_iova_as_pa = true
|