1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4subdir('base') 5objs = [base_objs] 6 7sources = files( 8 'e1000_logs.c', 9 'em_ethdev.c', 10 'em_rxtx.c', 11 'igb_ethdev.c', 12 'igb_flow.c', 13 'igb_pf.c', 14 'igb_rxtx.c' 15) 16 17includes += include_directories('base') 18