]> git.sur5r.net Git - u-boot/blobdiff - board/funkwerk/vovpn-gw/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot
[u-boot] / board / funkwerk / vovpn-gw / Makefile
index b2d1e352020a1bf4e9986b5c2999e42a87386546..493422d390af18206e07db93ebe9c5c28909e247 100644 (file)
@@ -32,13 +32,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
 
 #########################################################################