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