f-stack/dpdk/lib/gso/meson.build

14 lines
293 B
Meson
Raw Normal View History

2022-09-06 04:00:10 +00:00
# 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',
'gso_tunnel_udp4.c',
'rte_gso.c',
)
headers = files('rte_gso.h')
deps += ['ethdev']