git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2926193a0af9000e3fe754a0a684054bd0760181
[dpdk.git]
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2019 Intel Corporation.
3
4
deps += ['rawdev', 'mbuf', 'mempool',
5
'pci', 'bus_pci']
6
sources = files('ntb.c',
7
'ntb_hw_intel.c')
8
install_headers('rte_pmd_ntb.h')