* Code cleanup:
[kernel/u-boot.git] / board / wepep250 / Makefile
index d4314d7..802ccb9 100644 (file)
@@ -29,7 +29,7 @@ OBJS  := wepep250.o flash.o
 SOBJS  := memsetup.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)