]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpl/vcma9/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / mpl / vcma9 / Makefile
index 428eea22d5af6dc3d04b71c5b70d86640ed96d33..f9b78f947d942bd0d3b83d8450034bafab90b535 100644 (file)
@@ -31,7 +31,7 @@ OBJS  += ../common/common_util.o ../common/memtst.o
 SOBJS  := memsetup.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)