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