Beagle Convert the board version detection to use the OMAP3 GPIO interface.
[oweals/u-boot.git] / board / stxxtc / Makefile
index 2951b96a210d26bf0b3a913bb0720f936a013873..424ab1cf9e3251575e95a3faf767cfc87b765cf2 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################