Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
[oweals/u-boot.git] / drivers / sk98lin / Makefile
index ac21e02133f3056b128b17c900a48d0927f42e26..7e50b1df9886dca8c414ffef2e859365f302e03a 100644 (file)
@@ -94,7 +94,7 @@ HOST_CFLAGS += $(EXTRA_CFLAGS)
 all:   $(LIB)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################
 
@@ -104,4 +104,3 @@ include $(SRCTREE)/rules.mk
 sinclude $(obj).depend
 
 #########################################################################
-