]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_net/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_net / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
11fdf7f2
TL
4headers = files('rte_ip.h',
5 'rte_tcp.h',
6 'rte_udp.h',
7 'rte_esp.h',
8 'rte_sctp.h',
9 'rte_icmp.h',
10 'rte_arp.h',
11 'rte_ether.h',
f67539c2 12 'rte_vxlan.h',
11fdf7f2 13 'rte_gre.h',
f67539c2 14 'rte_gtp.h',
11fdf7f2 15 'rte_net.h',
9f95a23c 16 'rte_net_crc.h',
f67539c2
TL
17 'rte_mpls.h',
18 'rte_higig.h')
11fdf7f2 19
f67539c2 20sources = files('rte_arp.c', 'rte_ether.c', 'rte_net.c', 'rte_net_crc.c')
11fdf7f2 21deps += ['mbuf']