git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/virtio: fix incorrect cast of void *
[dpdk.git]
/
mbuf
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
sources = files(
5
'rte_mbuf.c',
6
'rte_mbuf_ptype.c',
7
'rte_mbuf_pool_ops.c',
8
'rte_mbuf_dyn.c',
9
)
10
headers = files(
11
'rte_mbuf.h',
12
'rte_mbuf_core.h',
13
'rte_mbuf_ptype.h',
14
'rte_mbuf_pool_ops.h',
15
'rte_mbuf_dyn.h',
16
)
17
deps += ['mempool']