diff options
author | Wolfgang Denk <wd@denx.de> | 2007-11-01 22:57:33 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-11-01 22:57:33 +0100 |
commit | dbf331762374c2eae4b684fd4ed9308c249a8203 (patch) | |
tree | e67f9333d835328718c38ea8d101bd517fe409b7 /drivers/Makefile | |
parent | 8410d39070087e36fcf21a579102ab54dbc002d5 (diff) | |
parent | 7a9348728ebda63cdbaacffd83099aa71d9d4c54 (diff) | |
download | u-boot-imx-dbf331762374c2eae4b684fd4ed9308c249a8203.zip u-boot-imx-dbf331762374c2eae4b684fd4ed9308c249a8203.tar.gz u-boot-imx-dbf331762374c2eae4b684fd4ed9308c249a8203.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-arm
Diffstat (limited to 'drivers/Makefile')
-rwxr-xr-x | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 6bf05cc..1889698 100755 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -42,7 +42,7 @@ COBJS = 3c589.o 5701rls.o ali512x.o at45.o ata_piix.o atmel_usart.o \ s3c4510b_eth.o s3c4510b_uart.o \ sed13806.o sed156x.o \ serial.o serial_max3100.o \ - serial_pl010.o serial_pl011.o serial_xuartlite.o \ + serial_xuartlite.o \ sil680.o sl811_usb.o sm501.o smc91111.o smiLynxEM.o \ status_led.o sym53c8xx.o systemace.o ahci.o \ ti_pci1410a.o tigon3.o tsec.o \ |