1*29631ee5SMin Zhou# SPDX-License-Identifier: BSD-3-Clause 2*29631ee5SMin Zhou# Copyright(c) 2022 Loongson Technology Corporation Limited 3*29631ee5SMin Zhou 4*29631ee5SMin Zhouarch_headers = files( 5*29631ee5SMin Zhou 'rte_atomic.h', 6*29631ee5SMin Zhou 'rte_byteorder.h', 7*29631ee5SMin Zhou 'rte_cpuflags.h', 8*29631ee5SMin Zhou 'rte_cycles.h', 9*29631ee5SMin Zhou 'rte_io.h', 10*29631ee5SMin Zhou 'rte_memcpy.h', 11*29631ee5SMin Zhou 'rte_pause.h', 12*29631ee5SMin Zhou 'rte_power_intrinsics.h', 13*29631ee5SMin Zhou 'rte_prefetch.h', 14*29631ee5SMin Zhou 'rte_rwlock.h', 15*29631ee5SMin Zhou 'rte_spinlock.h', 16*29631ee5SMin Zhou 'rte_vect.h', 17*29631ee5SMin Zhou) 18*29631ee5SMin Zhouinstall_headers(arch_headers, subdir: get_option('include_subdir_arch')) 19