aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/arch/x86/meson.build
blob: bc8ffea1ee9b6fd9cc88b23e23665a0be736ec51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

install_headers(
	'rte_atomic_32.h',
	'rte_atomic_64.h',
	'rte_atomic.h',
	'rte_byteorder_32.h',
	'rte_byteorder_64.h',
	'rte_byteorder.h',
	'rte_cpuflags.h',
	'rte_cycles.h',
	'rte_io.h',
	'rte_memcpy.h',
	'rte_prefetch.h',
	'rte_pause.h',
	'rte_rtm.h',
	'rte_rwlock.h',
	'rte_spinlock.h',
	'rte_vect.h',
	subdir: get_option('include_subdir_arch'))