New upstream version 18.11-rc1
[deb_dpdk.git] / lib / librte_eal / common / include / arch / ppc_64 / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
3
4 install_headers(
5         'rte_atomic.h',
6         'rte_byteorder.h',
7         'rte_cpuflags.h',
8         'rte_cycles.h',
9         'rte_io.h',
10         'rte_memcpy.h',
11         'rte_pause.h',
12         'rte_prefetch.h',
13         'rte_rwlock.h',
14         'rte_spinlock.h',
15         'rte_vect.h',
16         subdir: get_option('include_subdir_arch'))