mirror of https://github.com/F-Stack/f-stack.git
9 lines
236 B
Meson
9 lines
236 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2010-2018 Intel Corporation
|
||
|
|
||
|
deps += ['pci', 'kvargs', 'rawdev']
|
||
|
install_headers('rte_bus_ifpga.h')
|
||
|
sources = files('ifpga_common.c', 'ifpga_bus.c')
|
||
|
|
||
|
allow_experimental_apis = true
|