f22a563b0a
Add support for the Aquantia AQ1002 10G-BaseT phy. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
177 B
Makefile
8 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
|