]> git.sur5r.net Git - u-boot/blobdiff - board/esd/dasa_sim/Makefile
Cleanup out-or-tree building for some boards (.depend)
[u-boot] / board / esd / dasa_sim / Makefile
index c74d1abfa8e98814e02e040d3e32a46441bbbb30..d736af8b97aaef542537091959f74c44491c882d 100644 (file)
@@ -36,13 +36,13 @@ OBJS        := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS)
-       $(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
 
 #########################################################################