]> git.sur5r.net Git - u-boot/blobdiff - board/assabet/Makefile
DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files
[u-boot] / board / assabet / Makefile
index a7414e8414c191bb620d8e90e2e846723aca5c5d..03f0762a3bd41c77e91b7d0783917b7f999d692f 100644 (file)
@@ -35,13 +35,13 @@ OBJS        := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################