mirror of https://github.com/F-Stack/f-stack.git
10 lines
201 B
Meson
10 lines
201 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2023 Intel Corporation
|
||
|
|
||
|
includes += global_inc
|
||
|
sources = files(
|
||
|
'log.c',
|
||
|
'log_' + exec_env + '.c',
|
||
|
)
|
||
|
headers = files('rte_log.h')
|