18e56beeb8
Removed some of libraries from the external dependency captured in meson build file which are not required. Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
9 lines
199 B
Meson
9 lines
199 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2020 Intel Corporation
|
|
|
|
deps += ['bbdev', 'bus_pci']
|
|
|
|
sources = files('rte_acc100_pmd.c', 'rte_acc200_pmd.c')
|
|
|
|
headers = files('rte_acc_cfg.h')
|