mirror of https://github.com/F-Stack/f-stack.git
22 lines
356 B
Meson
22 lines
356 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
subdir('include')
|
|
|
|
sources += files(
|
|
'eal.c',
|
|
'eal_alarm.c',
|
|
'eal_cpuflags.c',
|
|
'eal_debug.c',
|
|
'eal_dev.c',
|
|
'eal_hugepage_info.c',
|
|
'eal_interrupts.c',
|
|
'eal_lcore.c',
|
|
'eal_memalloc.c',
|
|
'eal_memory.c',
|
|
'eal_thread.c',
|
|
'eal_timer.c',
|
|
)
|
|
|
|
deps += ['kvargs', 'telemetry']
|