You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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)
|
|
|