]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/lib/librte_gro/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_gro / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files('rte_gro.c', 'gro_tcp4.c', 'gro_vxlan_tcp4.c')
5 headers = files('rte_gro.h')
6 deps += ['ethdev']
7 build = false
8 reason = 'not needed by SPDK'