diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-24 15:17:18 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-24 15:17:18 +0200 |
commit | 9748d5a9e8aa8bf6dd576e70894b9996c22f7003 (patch) | |
tree | bfbdfb6f1ef9d24389e19a3b47ecdc7a883af455 /drivers/Makefile | |
parent | 8318fbf8cc30418b621ea9f39b84b4c1a08f003a (diff) | |
parent | 3a78e3e75b633ecb6413114ffd11e2f000c4f11e (diff) | |
download | u-boot-imx-9748d5a9e8aa8bf6dd576e70894b9996c22f7003.zip u-boot-imx-9748d5a9e8aa8bf6dd576e70894b9996c22f7003.tar.gz u-boot-imx-9748d5a9e8aa8bf6dd576e70894b9996c22f7003.tar.bz2 |
Merge with /home/wd/git/u-boot/mailing-list/Haavard_Skinnemoen
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 5a7ab71..7628f56 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)libdrivers.a -COBJS = 3c589.o 5701rls.o ali512x.o \ +COBJS = 3c589.o 5701rls.o ali512x.o atmel_usart.o \ bcm570x.o bcm570x_autoneg.o cfb_console.o cfi_flash.o \ cs8900.o ct69000.o dataflash.o dc2114x.o dm9000x.o \ e1000.o eepro100.o \ |