aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_mbuf/meson.build
blob: 45ffb0db5f4f5034601fd6e5a1ce9c2f6b62363b (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

version = 3
sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c')
headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h')
deps += ['mempool']