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