commit | aacc8607c3b238d974d7df1363b77db64481a973 | [log] [tgz] |
---|---|---|
author | Peter Pearse <peter.pearse@arm.com> | Tue Aug 14 10:30:06 2007 +0100 |
committer | Peter Pearse <peter.pearse@arm.com> | Tue Aug 14 10:30:06 2007 +0100 |
tree | c524d2275bda0c9d09de5eafc839745fcca15663 | |
parent | 6a5486bcdc539e4f08e640cb38a35628aa892f6d [diff] [blame] |
Update Makefiles for merged and split at45.c.
diff --git a/board/at91rm9200dk/Makefile b/board/at91rm9200dk/Makefile old mode 100644 new mode 100755 index 7dfc27f..01f3bc3 --- a/board/at91rm9200dk/Makefile +++ b/board/at91rm9200dk/Makefile
@@ -25,7 +25,7 @@ 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))