diff options
author | John Linn <john.linn@xilinx.com> | 2009-08-20 02:52:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-20 02:52:16 -0700 |
commit | bb81b2ddfa194b6d12761a350b5b5985cecae0a9 (patch) | |
tree | 3955dda3791dd39a3b0c08ddbd658fc0b340e5ca /drivers/net/Makefile | |
parent | 886f9fe68310168358f55028a03553ae154dfeb6 (diff) |
net: add Xilinx emac lite device driver
This patch adds support for the Xilinx Ethernet Lite device. The
soft logic core from Xilinx is typically used on Virtex and Spartan
designs attached to either a PowerPC or a Microblaze processor.
Signed-off-by: Sadanand M <sadanan@xilinx.com>
Signed-off-by: John Linn <john.linn@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index ead8cab3cfe..99ae6d7fe6a 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -142,6 +142,7 @@ obj-$(CONFIG_TSI108_ETH) += tsi108_eth.o obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o ll_temac-objs := ll_temac_main.o ll_temac_mdio.o obj-$(CONFIG_XILINX_LL_TEMAC) += ll_temac.o +obj-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o obj-$(CONFIG_QLA3XXX) += qla3xxx.o obj-$(CONFIG_QLGE) += qlge/ |