]> git.sur5r.net Git - u-boot/blobdiff - board/integratorap/Makefile
* Added VIA configuration table
[u-boot] / board / integratorap / Makefile
index 00336aa77914a81eec5f5741aa6fc48d80b23190..358df62519a52415411f0aa582c1f7362c74354c 100644 (file)
@@ -30,7 +30,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(BOARD).a
 
 OBJS   := integratorap.o flash.o
-SOBJS  := platform.o
+SOBJS  := lowlevel_init.o memsetup.o
 
 $(LIB):        $(OBJS) $(SOBJS)
        $(AR) crv $@ $^