5b9656b157
Add non-EAL libraries to DPDK build. The compat lib is a special case, along with the previously-added EAL, but all other libs can be build using the same set of commands, where the individual meson.build files only need to specify their dependencies, source files, header files and ABI versions. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Reviewed-by: Harry van Haaren <harry.van.haaren@intel.com> Acked-by: Keith Wiles <keith.wiles@intel.com> Acked-by: Luca Boccassi <luca.boccassi@gmail.com>
10 lines
230 B
Meson
10 lines
230 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
allow_experimental_apis = true
|
|
sources = files('rte_bbdev.c')
|
|
headers = files('rte_bbdev.h',
|
|
'rte_bbdev_pmd.h',
|
|
'rte_bbdev_op.h')
|
|
deps += ['mbuf']
|