]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/yosemite/Makefile
Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next
[u-boot] / board / amcc / yosemite / Makefile
index a47a0674c415825bfd71dbe25af1276a10ef9924..b93f2c3890ef77b66ed5f5a3afa2365c1501963b 100644 (file)
@@ -33,13 +33,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
 
 #########################################################################