mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 10:35:08 +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>
10 lines
209 B
Makefile
10 lines
209 B
Makefile
#
|
|
# Chelsio T1 driver
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T1) += cxgb.o
|
|
|
|
cxgb-$(CONFIG_CHELSIO_T1_1G) += mv88e1xxx.o vsc7326.o
|
|
cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \
|
|
mv88x201x.o my3126.o $(cxgb-y)
|