]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gcplus/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
[karo-tx-uboot.git] / board / gcplus / Makefile
index 695cd93c990bc38a50763e8ae652ca3a721518e5..7bc636bb9c1faf8d2bf6eef4bd4623cca8975a43 100644 (file)
@@ -35,13 +35,13 @@ OBJS        := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################