1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2018 Intel Corporation 3 4sources = files('cxgbe_ethdev.c', 5 'cxgbe_main.c', 6 'cxgbevf_ethdev.c', 7 'cxgbevf_main.c', 8 'sge.c', 9 'cxgbe_filter.c', 10 'cxgbe_flow.c', 11 'clip_tbl.c', 12 'mps_tcam.c', 13 'l2t.c', 14 'smt.c', 15 'base/t4_hw.c', 16 'base/t4vf_hw.c') 17includes += include_directories('base') 18