1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2018 Luca Boccassi <[email protected]> 3 4arch_headers = files( 5 'rte_altivec.h', 6 'rte_atomic.h', 7 'rte_byteorder.h', 8 'rte_cpuflags.h', 9 'rte_cycles.h', 10 'rte_io.h', 11 'rte_mcslock.h', 12 'rte_memcpy.h', 13 'rte_pause.h', 14 'rte_pflock.h', 15 'rte_power_intrinsics.h', 16 'rte_prefetch.h', 17 'rte_rwlock.h', 18 'rte_spinlock.h', 19 'rte_ticketlock.h', 20 'rte_vect.h', 21) 22install_headers(arch_headers, subdir: get_option('include_subdir_arch')) 23