2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 13:43:57 +01:00
|
|
|
|
2019-10-26 14:39:01 +02:00
|
|
|
sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c',
|
|
|
|
'rte_mbuf_dyn.c')
|
2019-09-27 14:50:53 +01:00
|
|
|
headers = files('rte_mbuf.h', 'rte_mbuf_core.h',
|
2019-10-26 14:39:01 +02:00
|
|
|
'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h',
|
|
|
|
'rte_mbuf_dyn.h')
|
2017-10-17 13:43:57 +01:00
|
|
|
deps += ['mempool']
|