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 /board/at91rm9200dk | |
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 'board/at91rm9200dk')
-rwxr-xr-x[-rw-r--r--] | board/at91rm9200dk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/at91rm9200dk/Makefile b/board/at91rm9200dk/Makefile index 7dfc27f..01f3bc3 100644..100755 --- a/board/at91rm9200dk/Makefile +++ b/board/at91rm9200dk/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := at91rm9200dk.o at45.o flash.o led.o mux.o +COBJS := at91rm9200dk.o flash.o led.o mux.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |