mirror of https://github.com/F-Stack/f-stack.git
16 lines
257 B
Meson
16 lines
257 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2019-2020 Intel Corporation
|
||
|
|
||
|
subdir('base')
|
||
|
objs = [base_objs]
|
||
|
|
||
|
sources = files(
|
||
|
'igc_logs.c',
|
||
|
'igc_ethdev.c',
|
||
|
'igc_txrx.c',
|
||
|
'igc_filter.c',
|
||
|
'igc_flow.c'
|
||
|
)
|
||
|
|
||
|
includes += include_directories('base')
|