]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cradle/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / cradle / Makefile
index b694e10e66484c4228283f05a061c81f27833fe6..5a321eb3939e032942ee661da606dad3bcfb85dd 100644 (file)
@@ -29,7 +29,7 @@ OBJS  := cradle.o flash.o
 SOBJS  := memsetup.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)