diff options
author | wdenk | 2005-03-31 23:44:33 +0000 |
---|---|---|
committer | wdenk | 2005-03-31 23:44:33 +0000 |
commit | ef2807c667a91135fbb91b805b852ccfbff03587 (patch) | |
tree | a271ce0de68dfef93e4106bb8d5f9363f6d9ae33 /board/cmc_pu2/Makefile | |
parent | 83e40ba75d7f8d0c2e2ecdd203db96ccd79a0340 (diff) |
Patch by Steven Scholz, 13 Dec 2004:
Remove duplicated code by merging memsetup.S files for
at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
Diffstat (limited to 'board/cmc_pu2/Makefile')
-rw-r--r-- | board/cmc_pu2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cmc_pu2/Makefile b/board/cmc_pu2/Makefile index a939bbb7821..ba433d5bf2f 100644 --- a/board/cmc_pu2/Makefile +++ b/board/cmc_pu2/Makefile @@ -26,7 +26,6 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := cmc_pu2.o at45.o dm9161.o flash.o -SOBJS := memsetup.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS) |