1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2018 Luca Boccassi <[email protected]> 3 4subdir('base') 5objs = [base_objs] 6 7sources = files( 8 'qede_ethdev.c', 9 'qede_filter.c', 10 'qede_main.c', 11 'qede_rxtx.c', 12 'qede_debug.c', 13 'qede_regs.c', 14 'qede_sriov.c', 15) 16 17if cc.has_argument('-Wno-format-nonliteral') 18 cflags += '-Wno-format-nonliteral' 19endif 20