]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sbc8260/Makefile
* Code cleanup:
[karo-tx-uboot.git] / board / sbc8260 / Makefile
index 25c3bc1e45ebec7a17008c2a1153438b42ea2d8d..14ed4571104b7a0ddf8e7da359fb46ff2941f4b0 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   := sbc8260.o flash.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)