summaryrefslogtreecommitdiff
path: root/board/integratorap/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-24 23:48:28 (GMT)
committerWolfgang Denk <wd@pollux.(none)>2005-09-24 23:48:28 (GMT)
commit74f4304ee717d0f4b3a27e7fd4a64944749b8783 (patch)
tree806aadd6a2be863b9a0e4e9649858468b4641c96 /board/integratorap/Makefile
parente2146b6aea0de16e55530cc5ff58fb626d9870cd (diff)
downloadu-boot-74f4304ee717d0f4b3a27e7fd4a64944749b8783.tar.xz
Add ARM946E cpu and core module targets; remap memory to 0x00000000
Patch by Peter Pearse, 2 Feb 2005
Diffstat (limited to 'board/integratorap/Makefile')
-rw-r--r--board/integratorap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/integratorap/Makefile b/board/integratorap/Makefile
index 00336aa..154d1af 100644
--- a/board/integratorap/Makefile
+++ b/board/integratorap/Makefile
@@ -30,7 +30,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := integratorap.o flash.o
-SOBJS := platform.o
+SOBJS := platform.o memsetup.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $^
@@ -49,3 +49,4 @@ distclean: clean
-include .depend
#########################################################################
+