]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci405/Makefile
Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next
[u-boot] / board / esd / cpci405 / Makefile
index 8f254dd3bfe4c455ed24e9bc373c90e87aa5dd17..3867bd809c3bc4d656c985d59290210913f6bd48 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
 
 #########################################################################