]> git.sur5r.net Git - u-boot/blobdiff - post/rules.mk
tsec: fix link detection for the RTL8211B PHY
[u-boot] / post / rules.mk
index a2f33ad6ae3593f107acef0f94985a0f7969c87b..e2c73c6004a879823b93b1d68e8091dc6f9bf4a3 100644 (file)
@@ -32,7 +32,7 @@ CPPFLAGS += -I$(TOPDIR)
 all:   $(LIB)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################