blob: adfc8b9b7438b0be7ae01e2e2ba87887d874304e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019 Intel Corporation
subdir('include')
sources += files(
'eal.c',
'eal_debug.c',
'eal_lcore.c',
'eal_log.c',
'eal_thread.c',
'fnmatch.c',
'getopt.c',
)
|