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
|
|
|
|
2021-04-20 11:22:24 +01:00
|
|
|
sources = files(
|
|
|
|
'rte_mbuf.c',
|
|
|
|
'rte_mbuf_ptype.c',
|
|
|
|
'rte_mbuf_pool_ops.c',
|
|
|
|
'rte_mbuf_dyn.c',
|
|
|
|
)
|
|
|
|
headers = files(
|
|
|
|
'rte_mbuf.h',
|
|
|
|
'rte_mbuf_core.h',
|
|
|
|
'rte_mbuf_ptype.h',
|
|
|
|
'rte_mbuf_pool_ops.h',
|
2021-04-26 11:54:03 +01:00
|
|
|
'rte_mbuf_dyn.h',
|
2021-04-20 11:22:24 +01:00
|
|
|
)
|
2017-10-17 13:43:57 +01:00
|
|
|
deps += ['mempool']
|