summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/lib/librte_gro/meson.build
blob: 51fb6deacc4dcff211bcbd72e5e2e412d8ef8532 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

sources = files('rte_gro.c', 'gro_tcp4.c', 'gro_vxlan_tcp4.c')
headers = files('rte_gro.h')
deps += ['ethdev']
build = false
reason = 'not needed by SPDK'