mirror of https://github.com/F-Stack/f-stack.git
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')
|