aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/bsdapp/eal/meson.build
blob: e83fc9199af9009616c1eb47e495bf69e4852756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

env_objs = []
env_headers = []
env_sources = files('eal_alarm.c',
		'eal_debug.c',
		'eal_hugepage_info.c',
		'eal_interrupts.c',
		'eal_lcore.c',
		'eal_thread.c',
		'eal_timer.c',
		'eal.c',
		'eal_memory.c',
)