mirror of https://github.com/F-Stack/f-stack.git
9 lines
209 B
Meson
9 lines
209 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2020 Intel Corporation
|
||
|
|
||
|
deps += ['bbdev', 'bus_vdev', 'ring', 'pci', 'bus_pci']
|
||
|
|
||
|
sources = files('rte_acc100_pmd.c')
|
||
|
|
||
|
headers = files('rte_acc100_cfg.h')
|