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.
9 lines
168 B
9 lines
168 B
18 years ago
|
#
|
||
|
# 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
|