]> git.sur5r.net Git - u-boot/blobdiff - board/esd/canbt/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[u-boot] / board / esd / canbt / Makefile
index dec52af9cabfacfda8048b8546b1f214e1f3a7fb..ba92b24c8dcb61b86996cdfd663c9812d4846523 100644 (file)
@@ -35,13 +35,13 @@ OBJS        := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################