diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-08-14 10:30:06 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-08-14 10:30:06 +0100 |
commit | 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2 (patch) | |
tree | c524d2275bda0c9d09de5eafc839745fcca15663 /drivers/Makefile | |
parent | 3454cece2db57cb9eb7087995f7e73066a163f71 (diff) | |
download | u-boot-imx-65d7ada64557e76094b4fd3bad30a0f18f5fb2b2.zip u-boot-imx-65d7ada64557e76094b4fd3bad30a0f18f5fb2b2.tar.gz u-boot-imx-65d7ada64557e76094b4fd3bad30a0f18f5fb2b2.tar.bz2 |
Update Makefiles for merged and split at45.c.
Diffstat (limited to 'drivers/Makefile')
-rwxr-xr-x[-rw-r--r--] | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index fc98040..3ee6312 100644..100755 --- 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 ata_piix.o atmel_usart.o \ +COBJS = 3c589.o 5701rls.o ali512x.o at45.o ata_piix.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 enc28j60.o \ |