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

sources = files('gso_common.c', 'gso_tcp4.c',
 		'gso_tunnel_tcp4.c', 'rte_gso.c')
headers = files('rte_gso.h')
deps += ['ethdev']