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/cmc_pu2/Makefile b/board/cmc_pu2/Makefile old mode 100644 new mode 100755 index d445f28..f7a1360 --- a/board/cmc_pu2/Makefile +++ b/board/cmc_pu2/Makefile
@@ -25,7 +25,7 @@ LIB = $(obj)lib$(BOARD).a -COBJS := cmc_pu2.o at45.o flash.o load_sernum_ethaddr.o +COBJS := cmc_pu2.o flash.o load_sernum_ethaddr.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS))