mirror of https://github.com/F-Stack/f-stack.git
17 lines
481 B
Meson
17 lines
481 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
# Copyright(c) 2020 Broadcom
|
|
|
|
#Include the folder for headers
|
|
includes += include_directories('.')
|
|
|
|
#Add the source files
|
|
sources += files(
|
|
'ulp_template_db_class.c',
|
|
'ulp_template_db_act.c',
|
|
'ulp_template_db_tbl.c',
|
|
'ulp_template_db_wh_plus_act.c',
|
|
'ulp_template_db_wh_plus_class.c',
|
|
'ulp_template_db_thor_act.c',
|
|
'ulp_template_db_thor_class.c')
|