forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/chelsio/cxgb4/Makefile
....@@ -7,8 +7,10 @@
77
88 cxgb4-objs := cxgb4_main.o l2t.o smt.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o \
99 cxgb4_uld.o srq.o sched.o cxgb4_filter.o cxgb4_tc_u32.o \
10
- cxgb4_ptp.o cxgb4_tc_flower.o cxgb4_cudbg.o \
11
- cudbg_common.o cudbg_lib.o cudbg_zlib.o
10
+ cxgb4_ptp.o cxgb4_tc_flower.o cxgb4_cudbg.o cxgb4_mps.o \
11
+ cudbg_common.o cudbg_lib.o cudbg_zlib.o cxgb4_tc_mqprio.o \
12
+ cxgb4_tc_matchall.o
1213 cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o
1314 cxgb4-$(CONFIG_CHELSIO_T4_FCOE) += cxgb4_fcoe.o
1415 cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o
16
+cxgb4-$(CONFIG_THERMAL) += cxgb4_thermal.o