Update make target for ARM supported boards.
[J-u-boot.git] / board / integratorap / Makefile
index cf76dedb2da6e1b43f8bda84786ccc35b9090690..358df62519a52415411f0aa582c1f7362c74354c 100644 (file)
@@ -30,7 +30,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(BOARD).a
 
 OBJS   := integratorap.o flash.o
-SOBJS  := platform.o memsetup.o
+SOBJS  := lowlevel_init.o memsetup.o
 
 $(LIB):        $(OBJS) $(SOBJS)
        $(AR) crv $@ $^
This page took 0.027687 seconds and 4 git commands to generate.