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

sources = files('rte_reorder.c')
headers = files('rte_reorder.h')
deps += ['mbuf']