1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2019-2020 Intel Corporation 3 4subdir('base') 5objs = [base_objs] 6 7sources = files( 8 'igc_logs.c', 9 'igc_ethdev.c', 10 'igc_txrx.c', 11 'igc_filter.c', 12 'igc_flow.c' 13) 14 15includes += include_directories('base') 16