1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
5 'rte_ipv4_fragmentation.c',
6 'rte_ipv6_fragmentation.c',
7 'rte_ipv4_reassembly.c',
8 'rte_ipv6_reassembly.c',
9 'rte_ip_frag_common.c',
12 headers = files('rte_ip_frag.h')
13 deps += ['ethdev', 'hash']