]> git.sur5r.net Git - u-boot/blobdiff - board/gth2/Makefile
OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
[u-boot] / board / gth2 / Makefile
index ed6a4a0526ad7fa184ec4804942756c95d15c4af..097ffec35c2126aa823057e373d37f5645b0e619 100644 (file)
@@ -33,7 +33,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 #########################################################################