]> git.sur5r.net Git - u-boot/blobdiff - board/pleb2/Makefile
Blackfin: bf518f-ezbrd: reset ethernet PHY during init
[u-boot] / board / pleb2 / Makefile
index 07997725b25d86f47307d1e047c3ba49017adeb9..faa26911b82374d459e40bf9f0973b30e6602581 100644 (file)
@@ -34,13 +34,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
 
 #########################################################################