]> git.ipfire.org Git - u-boot.git/blobdiff - board/dnp1110/Makefile
* Code cleanup:
[u-boot.git] / board / dnp1110 / Makefile
index 2437b22eb89d465f60fe20c9d143b3725ad81af4..31ef6954cdce5f8bcbb47e753df1af3cafa883cb 100644 (file)
@@ -29,7 +29,7 @@ OBJS  := dnp1110.o flash.o
 SOBJS  := memsetup.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)