aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/arch/ppc_64/meson.build
blob: 00f9611768f383ee5150bf4e34845c7aad1b07f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>

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