1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4sources = files( 5 'gso_common.c', 6 'gso_tcp4.c', 7 'gso_udp4.c', 8 'gso_tunnel_tcp4.c', 9 'gso_tunnel_udp4.c', 10 'rte_gso.c', 11) 12headers = files('rte_gso.h') 13deps += ['ethdev'] 14