* Code cleanup:
[oweals/u-boot.git] / board / incaip / Makefile
index ad59bf0af65576ebaf8fd4125be142409c82fce9..d1cdc6b9244c1ca3257633671f85cef9cafe2da0 100644 (file)
@@ -29,7 +29,7 @@ OBJS  = $(BOARD).o flash.o
 SOBJS  = memsetup.o
 
 $(LIB):        .depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 #########################################################################