Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
[platform/kernel/u-boot.git] / cpu / sh3 / Makefile
index 7679248..1fdeb3c 100644 (file)
@@ -37,7 +37,7 @@ OBJS  = cpu.o interrupts.o watchdog.o time.o cache.o
 all:   .depend $(START) $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################