mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 23:38:21 +07:00
f7917c009c
Moves the drivers for the Chelsio chipsets into drivers/net/ethernet/chelsio/ and the necessary Kconfig and Makefile changes. CC: Divy Le Ray <divy@chelsio.com> CC: Dimitris Michailidis <dm@chelsio.com> CC: Casey Leedom <leedom@chelsio.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
9 lines
177 B
Makefile
9 lines
177 B
Makefile
#
|
|
# Chelsio T3 driver
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T3) += cxgb3.o
|
|
|
|
cxgb3-objs := cxgb3_main.o ael1002.o vsc8211.o t3_hw.o mc5.o \
|
|
xgmac.o sge.o l2t.o cxgb3_offload.o aq100x.o
|