]> git.proxmox.com Git - ceph.git/blob - 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
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 arch_headers = files(
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',
21 )
22 install_headers(arch_headers, subdir: get_option('include_subdir_arch'))