blob: 67256872dcef7fa373e77d472750790f6547de37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
version = 1
subdir('base')
objs = [base_objs]
deps += ['rawdev', 'pci', 'bus_pci', 'kvargs',
'bus_vdev', 'bus_ifpga']
sources = files('ifpga_rawdev.c')
includes += include_directories('base')
allow_experimental_apis = true
|