2020-04-15 08:48:00 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2019-2020 Intel Corporation
|
|
|
|
|
2020-04-15 08:48:01 +00:00
|
|
|
subdir('base')
|
|
|
|
objs = [base_objs]
|
|
|
|
|
2020-04-15 08:48:00 +00:00
|
|
|
sources = files(
|
|
|
|
'igc_logs.c',
|
2020-04-15 08:48:03 +00:00
|
|
|
'igc_ethdev.c',
|
2020-04-15 08:48:10 +00:00
|
|
|
'igc_txrx.c',
|
|
|
|
'igc_filter.c',
|
|
|
|
'igc_flow.c'
|
2020-04-15 08:48:00 +00:00
|
|
|
)
|
2020-04-15 08:48:01 +00:00
|
|
|
|
|
|
|
includes += include_directories('base')
|