summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>2008-06-11 21:05:00 +0900
committerBen Warren <biggerbadderben@gmail.com>2008-07-06 23:32:04 -0700
commit9751ee0990f467941da0b095a4e995f863672d7a (patch)
treef24f3d2a4dbb19ded4f8cb02403d2098b7add9a8 /drivers/net/Makefile
parentcbb6289569ae4fc6e2d676528e46ffcc72d743d0 (diff)
downloadblackbird-obmc-uboot-9751ee0990f467941da0b095a4e995f863672d7a.tar.gz
blackbird-obmc-uboot-9751ee0990f467941da0b095a4e995f863672d7a.zip
net: sh: Renesas SH7763 Ethernet device support
Renesas SH7763 has 2 channel Ethernet device. This is 10/100/1000 Base support. But this patch check 10/100 Base only. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
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 84be288756..bcf31cbe27 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -66,6 +66,7 @@ COBJS-$(CONFIG_ULI526X) += uli526x.o
COBJS-$(CONFIG_VSC7385_ENET) += vsc7385.o
COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o
COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
+COBJS-$(CONFIG_SH_ETHER) += sh_eth.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud