diff options
author | Divy Le Ray <divy@chelsio.com> | 2009-05-29 08:52:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-29 18:55:05 -0400 |
commit | f22a563b0a4c2a84b6ff8831306532b64c9c1747 (patch) | |
tree | 20f3d9ed44676c6a1cdfe6fab68fdb35dae76e22 /drivers/net/cxgb3/Makefile | |
parent | 744514249f0656e2d50bb57585241670c2d4f32b (diff) |
cxgb3: add support for the Aquantia 10G-BT phy
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>
Diffstat (limited to 'drivers/net/cxgb3/Makefile')
-rw-r--r-- | drivers/net/cxgb3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/Makefile b/drivers/net/cxgb3/Makefile index 343467985321..29aff78c7820 100644 --- a/drivers/net/cxgb3/Makefile +++ b/drivers/net/cxgb3/Makefile | |||
@@ -5,4 +5,4 @@ | |||
5 | obj-$(CONFIG_CHELSIO_T3) += cxgb3.o | 5 | obj-$(CONFIG_CHELSIO_T3) += cxgb3.o |
6 | 6 | ||
7 | cxgb3-objs := cxgb3_main.o ael1002.o vsc8211.o t3_hw.o mc5.o \ | 7 | cxgb3-objs := cxgb3_main.o ael1002.o vsc8211.o t3_hw.o mc5.o \ |
8 | xgmac.o sge.o l2t.o cxgb3_offload.o | 8 | xgmac.o sge.o l2t.o cxgb3_offload.o aq100x.o |