mirror of https://github.com/F-Stack/f-stack.git
9 lines
186 B
Meson
9 lines
186 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2017 Cavium, Inc
|
||
|
|
||
|
sources = files('octeontx_fpavf.c',
|
||
|
'rte_mempool_octeontx.c'
|
||
|
)
|
||
|
|
||
|
deps += ['mbuf', 'bus_pci', 'common_octeontx']
|