1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2f7917c00SJeff Kirsher#
3f7917c00SJeff Kirsher# Chelsio T4 driver
4f7917c00SJeff Kirsher#
5f7917c00SJeff Kirsher
6f7917c00SJeff Kirsherobj-$(CONFIG_CHELSIO_T4) += cxgb4.o
7f7917c00SJeff Kirsher
83bdb376eSKumar Sanghvicxgb4-objs := cxgb4_main.o l2t.o smt.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o \
9e4709475SRaju Rangoju	      cxgb4_uld.o srq.o sched.o cxgb4_filter.o cxgb4_tc_u32.o \
1028b38705SRaju Rangoju	      cxgb4_ptp.o cxgb4_tc_flower.o cxgb4_cudbg.o cxgb4_mps.o \
114ec4762dSRahul Lakkireddy	      cudbg_common.o cudbg_lib.o cudbg_zlib.o cxgb4_tc_mqprio.o \
124ec4762dSRahul Lakkireddy	      cxgb4_tc_matchall.o
1319f43d1aSAnish Bhattcxgb4-$(CONFIG_CHELSIO_T4_DCB) +=  cxgb4_dcb.o
14241e9247SVarun Prakashcxgb4-$(CONFIG_CHELSIO_T4_FCOE) +=  cxgb4_fcoe.o
15fd88b31aSHariprasad Shenaicxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o
16ebcd210eSGanesh Goudarcxgb4-$(CONFIG_THERMAL) += cxgb4_thermal.o
17