git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnxt: add initial TruFlow core session close
[dpdk.git]
/
drivers
/
raw
/
ntb
/
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')