blob: a32ffe46c5939636b5476c99493533d6db47992d (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
sources = files('gso_common.c', 'gso_tcp4.c', 'gso_udp4.c',
'gso_tunnel_tcp4.c', 'rte_gso.c')
headers = files('rte_gso.h')
deps += ['ethdev']
build = false
reason = 'not needed by SPDK'
|