]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_gso/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_gso / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4sources = files('gso_common.c', 'gso_tcp4.c', 'gso_udp4.c',
5 'gso_tunnel_tcp4.c', 'rte_gso.c')
6headers = files('rte_gso.h')
7deps += ['ethdev']
f67539c2
TL
8build = false
9reason = 'not needed by SPDK'