# SPDX-License-Identifier: GPL-2.0 # # Chelsio T4 driver # obj-$([31mCONFIG_CHELSIO_T4[0m) += cxgb4.o cxgb4-objs := cxgb4_main.o l2t.o smt.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o \ cxgb4_uld.o srq.o sched.o cxgb4_filter.o cxgb4_tc_u32.o \ cxgb4_ptp.o cxgb4_tc_flower.o cxgb4_cudbg.o cxgb4_mps.o \ cudbg_common.o cudbg_lib.o cudbg_zlib.o cxgb4-$([31mCONFIG_CHELSIO_T4_DCB[0m) += cxgb4_dcb.o cxgb4-$([31mCONFIG_CHELSIO_T4_FCOE[0m) += cxgb4_fcoe.o cxgb4-$([31mCONFIG_DEBUG_FS[0m) += cxgb4_debugfs.o cxgb4-$([31mCONFIG_THERMAL[0m) += cxgb4_thermal.o |