git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lib: clean up build files
[dpdk.git]
/
lib
/
librte_eal
/
ppc
/
include
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
3
4
arch_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
)
22
install_headers(arch_headers, subdir: get_option('include_subdir_arch'))