]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/eric/Makefile
Merge with /home/m8/git/u-boot
[karo-tx-uboot.git] / board / eric / Makefile
index 7a9d25ac4b4ff4a34ecc845bafd2a8804c61cb12..f55e7e2f848fed8bd1bcb93e1c765c563e9c1f87 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)