blob: 803785f10f89765e4356b54e68b222bfb6a85b13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
version = 2
sources = files('vdev.c',
'vdev_params.c')
install_headers('rte_bus_vdev.h')
allow_experimental_apis = true
deps += ['kvargs']
|