blob: 501668c8a54e6a9e06dc6e93fe5f543835257184 (
plain)
1
2
3
4
5
6
|
# 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']
|