9 lines
196 B
Meson
9 lines
196 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2020 Intel Corporation
|
|
|
|
deps += ['bbdev', 'bus_pci']
|
|
|
|
sources = files('rte_acc100_pmd.c', 'rte_vrb_pmd.c')
|
|
|
|
headers = files('rte_acc_cfg.h')
|