mirror of https://github.com/F-Stack/f-stack.git
10 lines
236 B
Meson
10 lines
236 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(C) 2019 Marvell International Ltd.
|
||
|
#
|
||
|
|
||
|
deps += ['bus_pci', 'common_octeontx2', 'rawdev']
|
||
|
sources = files('otx2_ep_rawdev.c',
|
||
|
'otx2_ep_enqdeq.c',
|
||
|
'otx2_ep_test.c',
|
||
|
'otx2_ep_vf.c')
|