summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/lib/librte_net/meson.build
blob: f799349b3ef871e8251f3c04525cee0286f5f5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

headers = files('rte_ip.h',
	'rte_tcp.h',
	'rte_udp.h',
	'rte_esp.h',
	'rte_sctp.h',
	'rte_icmp.h',
	'rte_arp.h',
	'rte_ether.h',
	'rte_vxlan.h',
	'rte_gre.h',
	'rte_gtp.h',
	'rte_net.h',
	'rte_net_crc.h',
	'rte_mpls.h',
	'rte_higig.h')

sources = files('rte_arp.c', 'rte_ether.c', 'rte_net.c', 'rte_net_crc.c')
deps += ['mbuf']