blob: 0b5c38d54c3f976c8c567f8e12e82b4012bc3ef0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2018 Intel Corporation
version = 2
deps += ['pci', 'kvargs', 'rawdev']
install_headers('rte_bus_ifpga.h')
sources = files('ifpga_common.c', 'ifpga_bus.c')
allow_experimental_apis = true
|