git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0b5c38d54c3f976c8c567f8e12e82b4012bc3ef0
[dpdk.git]
/
drivers
/
bus
/
ifpga
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2010-2018 Intel Corporation
3
4
version = 2
5
6
deps += ['pci', 'kvargs', 'rawdev']
7
install_headers('rte_bus_ifpga.h')
8
sources = files('ifpga_common.c', 'ifpga_bus.c')
9
10
allow_experimental_apis = true