Add ARM946E cpu and core module targets; remap memory to 0x00000000
[oweals/u-boot.git] / board / integratorap / Makefile
index 00336aa77914a81eec5f5741aa6fc48d80b23190..154d1afedfab5586b5c407a733ac1450a2cb85fd 100644 (file)
@@ -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
 
 #########################################################################
+