f1d3d38af7
Add support for other versions of the 10G Chelsio boards. This is basically a port of the vendor driver with the TOE features removed. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
11 lines
157 B
Makefile
11 lines
157 B
Makefile
#
|
|
# Chelsio T1 driver
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T1) += cxgb.o
|
|
|
|
cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \
|
|
mv88x201x.o my3126.o $(cxgb-y)
|
|
|
|
|