]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/etx094/Makefile
mpc83xx: Add the support for MPC8315ERDB board
[karo-tx-uboot.git] / board / etx094 / Makefile
index e3d24b3689eff53801df8da321f63193a864f187..cf07cf40fdb9485240118667e0b22074acd7516d 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################