]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_eal/x86/include/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / x86 / include / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
f67539c2 4arch_headers = files(
11fdf7f2
TL
5 'rte_atomic_32.h',
6 'rte_atomic_64.h',
7 'rte_atomic.h',
8 'rte_byteorder_32.h',
9 'rte_byteorder_64.h',
10 'rte_byteorder.h',
11 'rte_cpuflags.h',
12 'rte_cycles.h',
13 'rte_io.h',
14 'rte_memcpy.h',
15 'rte_prefetch.h',
16 'rte_pause.h',
17 'rte_rtm.h',
18 'rte_rwlock.h',
19 'rte_spinlock.h',
20 'rte_vect.h',
f67539c2
TL
21)
22install_headers(arch_headers, subdir: get_option('include_subdir_arch'))