]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/lib/librte_eal/common/include/arch/arm/meson.build
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / common / include / arch / arm / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation.
3
4 install_headers(
5 'rte_atomic_32.h',
6 'rte_atomic_64.h',
7 'rte_atomic.h',
8 'rte_byteorder.h',
9 'rte_cpuflags_32.h',
10 'rte_cpuflags_64.h',
11 'rte_cpuflags.h',
12 'rte_cycles_32.h',
13 'rte_cycles_64.h',
14 'rte_cycles.h',
15 'rte_io_64.h',
16 'rte_io.h',
17 'rte_memcpy_32.h',
18 'rte_memcpy_64.h',
19 'rte_memcpy.h',
20 'rte_pause_32.h',
21 'rte_pause_64.h',
22 'rte_pause.h',
23 'rte_prefetch_32.h',
24 'rte_prefetch_64.h',
25 'rte_prefetch.h',
26 'rte_rwlock.h',
27 'rte_spinlock.h',
28 'rte_vect.h',
29 subdir: get_option('include_subdir_arch'))