13 lines
256 B
Meson
13 lines
256 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
subdir('include')
|
|
|
|
sources += files(
|
|
'rte_cpuflags.c',
|
|
'rte_cycles.c',
|
|
'rte_hypervisor.c',
|
|
'rte_spinlock.c',
|
|
'rte_power_intrinsics.c',
|
|
)
|