]> git.sur5r.net Git - u-boot/blobdiff - board/altera/ep1s10/Makefile
Merge branch 'next' of ../next
[u-boot] / board / altera / ep1s10 / Makefile
index 26873b6c2c7a3077ccbfcc4b192614c3d1e1c3ae..acad2aad85d9dd6b3662c50090d9d469c3f03c59 100644 (file)
@@ -37,13 +37,13 @@ OBJS        := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(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
 
 #########################################################################