blob: fba119c98e2b593b829e719c9cc0e2422e466eec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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')
|