]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ebony/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / ebony / Makefile
index 61aee68022c0263c8c64424b43dd9bcdbbcb22c0..4a3927be7e373660c205414c24ff9354e412e244 100644 (file)
@@ -29,7 +29,7 @@ OBJS  = $(BOARD).o flash.o
 SOBJS  = init.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)