mempool/octeontx: build with meson
Add octeontx hardware mempool driver to meson build. Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
9c3adc289c
commit
de0cee7b34
@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# Copyright(c) 2017 Intel Corporation
|
||||
|
||||
drivers = ['ring', 'stack']
|
||||
drivers = ['ring', 'stack', 'octeontx']
|
||||
std_deps = ['mempool']
|
||||
config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
|
||||
driver_name_fmt = 'rte_mempool_@0@'
|
||||
|
10
drivers/mempool/octeontx/meson.build
Normal file
10
drivers/mempool/octeontx/meson.build
Normal file
@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# Copyright(c) 2017 Cavium, Inc
|
||||
|
||||
sources = files('octeontx_ssovf.c',
|
||||
'octeontx_mbox.c',
|
||||
'octeontx_fpavf.c',
|
||||
'rte_mempool_octeontx.c'
|
||||
)
|
||||
|
||||
deps += ['mbuf', 'bus_pci']
|
Loading…
x
Reference in New Issue
Block a user