1# 2# Chelsio T4 driver 3# 4 5obj-$(CONFIG_CHELSIO_T4) += cxgb4.o 6 7cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o \ 8 cxgb4_uld.o sched.o cxgb4_filter.o cxgb4_tc_u32.o \ 9 cxgb4_ptp.o cxgb4_tc_flower.o cxgb4_cudbg.o 10cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o 11cxgb4-$(CONFIG_CHELSIO_T4_FCOE) += cxgb4_fcoe.o 12cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o 13