]> git.sur5r.net Git - u-boot/blobdiff - board/mpl/pip405/Makefile
* Code cleanup:
[u-boot] / board / mpl / pip405 / Makefile
index b6cc531bc9bee927084574f379a30a784ad4b651..a818d08a59f25160dbe7ed528b054810d34e3a49 100644 (file)
@@ -34,7 +34,7 @@ OBJS  = $(BOARD).o \
 SOBJS  = init.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)