mirror of https://github.com/F-Stack/f-stack.git
13 lines
279 B
Meson
13 lines
279 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')
|