]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/lib/librte_gso/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / lib / librte_gso / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files('gso_common.c', 'gso_tcp4.c', 'gso_udp4.c',
5 'gso_tunnel_tcp4.c', 'rte_gso.c')
6 headers = files('rte_gso.h')
7 deps += ['ethdev']