eal: move arch-specific header files
[dpdk.git] / lib / librte_eal / arm / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation.
3
4 subdir('include')
5
6 sources += files(
7         'rte_cpuflags.c',
8         'rte_cycles.c',
9         'rte_hypervisor.c',
10 )