mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
812034f116
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
276 B
Makefile
11 lines
276 B
Makefile
#
|
|
# Chelsio T4 driver
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T4) += cxgb4.o
|
|
|
|
cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o
|
|
cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o
|
|
cxgb4-$(CONFIG_CHELSIO_T4_FCOE) += cxgb4_fcoe.o
|
|
cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o
|