mirror of https://github.com/F-Stack/f-stack.git
13 lines
301 B
Meson
13 lines
301 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2018 Intel Corporation
|
||
|
# Copyright(c) 2021 Broadcom
|
||
|
|
||
|
#Include the folder for headers
|
||
|
includes += include_directories('.')
|
||
|
|
||
|
#Add the source files
|
||
|
sources += files(
|
||
|
'hcapi_cfa_p4.c',
|
||
|
'hcapi_cfa_p58.c',
|
||
|
'hcapi_cfa_common.c')
|