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