diff options
author | Peter Pearse | 2007-08-14 10:30:06 +0100 |
---|---|---|
committer | Peter Pearse | 2007-08-14 10:30:06 +0100 |
commit | 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2 (patch) | |
tree | c524d2275bda0c9d09de5eafc839745fcca15663 /board/cmc_pu2 | |
parent | 3454cece2db57cb9eb7087995f7e73066a163f71 (diff) |
Update Makefiles for merged and split at45.c.
Diffstat (limited to 'board/cmc_pu2')
-rwxr-xr-x[-rw-r--r--] | board/cmc_pu2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cmc_pu2/Makefile b/board/cmc_pu2/Makefile index d445f287cba..f7a136034ed 100644..100755 --- a/board/cmc_pu2/Makefile +++ b/board/cmc_pu2/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk 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)) |