lib: clean up build files
[dpdk.git] / lib / librte_gro / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files(
5         'rte_gro.c',
6         'gro_tcp4.c',
7         'gro_udp4.c',
8         'gro_vxlan_tcp4.c',
9         'gro_vxlan_udp4.c',
10 )
11 headers = files('rte_gro.h')
12 deps += ['ethdev']