summaryrefslogtreecommitdiff
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorHenrik Nordström <henrik@henriknordstrom.net>2012-11-25 11:41:36 (GMT)
committerJoe Hershberger <joe.hershberger@ni.com>2013-06-25 00:07:31 (GMT)
commit518ce472f7b89284454cf5a7107837e995a5caf9 (patch)
tree9308e6cd88c325c0cec0610c322e0443e5c7f672 /drivers/net/Makefile
parent9e79a8d17c45ac4ac1414ab349f68b0b55537abd (diff)
downloadu-boot-518ce472f7b89284454cf5a7107837e995a5caf9.tar.xz
net: Add sunxi (Allwinner) wemac driver
This patch adds support for the WEMAC, the ethernet controller included in the Allwinner A10 SoC. It will get used in the upcoming A10 board support. From: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 786a656..9255155 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -68,6 +68,7 @@ COBJS-$(CONFIG_RTL8169) += rtl8169.o
COBJS-$(CONFIG_SH_ETHER) += sh_eth.o
COBJS-$(CONFIG_SMC91111) += smc91111.o
COBJS-$(CONFIG_SMC911X) += smc911x.o
+COBJS-$(CONFIG_SUNXI_WEMAC) += sunxi_wemac.o
COBJS-$(CONFIG_DRIVER_TI_EMAC) += davinci_emac.o
COBJS-$(CONFIG_TSEC_ENET) += tsec.o fsl_mdio.o
COBJS-$(CONFIG_DRIVER_TI_CPSW) += cpsw.o