summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorRoy Zang <tie-fei.zang@freescale.com>2007-11-05 09:39:24 (GMT)
committerBen Warren <bwarren@qstreams.com>2007-11-06 15:26:39 (GMT)
commit1f103105a3746ab12279b63b8c1d372c0ce2cc58 (patch)
treea0713f2d5e6732283ca1491f1b08a42c5858f173 /drivers/Makefile
parent71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd (diff)
downloadu-boot-fsl-qoriq-1f103105a3746ab12279b63b8c1d372c0ce2cc58.tar.xz
Implement general ULi 526x Ethernet driver support in U-boot
This patch implements general ULi 526x Ethernet driver. Until now, it is the only native Ethernet port on MPC8610HPCD board, but it could be used on other boards with ULi 526x Ethernet port as well. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Signed-off-by: Zhang Wei <wei.zhang@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Ben Warren <bwarren@qstreams.com>
Diffstat (limited to 'drivers/Makefile')
-rwxr-xr-xdrivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index d19588f..207606a 100755
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -41,7 +41,7 @@ COBJS = 3c589.o 5701rls.o ali512x.o at45.o ata_piix.o \
omap24xx_i2c.o pc_keyb.o \
pci.o pci_auto.o pci_indirect.o \
pcnet.o plb2800_eth.o ps2ser.o ps2mult.o pxa_pcmcia.o \
- rpx_pcmcia.o rtl8019.o rtl8139.o rtl8169.o \
+ rpx_pcmcia.o rtl8019.o rtl8139.o rtl8169.o uli526x.o\
s3c4510b_eth.o s3c4510b_uart.o \
sed13806.o sed156x.o \
serial.o serial_max3100.o \