summaryrefslogtreecommitdiffstats
path: root/board/at91rm9200dk/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-03-31 23:44:33 +0000
committerwdenk <wdenk>2005-03-31 23:44:33 +0000
commitef2807c667a91135fbb91b805b852ccfbff03587 (patch)
treea271ce0de68dfef93e4106bb8d5f9363f6d9ae33 /board/at91rm9200dk/Makefile
parent83e40ba75d7f8d0c2e2ecdd203db96ccd79a0340 (diff)
downloadblackbird-obmc-uboot-ef2807c667a91135fbb91b805b852ccfbff03587.tar.gz
blackbird-obmc-uboot-ef2807c667a91135fbb91b805b852ccfbff03587.zip
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/at91rm9200dk/Makefile')
-rw-r--r--board/at91rm9200dk/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/at91rm9200dk/Makefile b/board/at91rm9200dk/Makefile
index f94bd990da..2f70ec6f36 100644
--- a/board/at91rm9200dk/Makefile
+++ b/board/at91rm9200dk/Makefile
@@ -26,7 +26,6 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := at91rm9200dk.o at45.o dm9161.o flash.o
-SOBJS := memsetup.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS) $(SOBJS)
OpenPOWER on IntegriCloud