]> git.sur5r.net Git - u-boot/blobdiff - board/ppmc8260/Makefile
ppc4xx: Remove board specific linker scripts from most PPC4xx boards
[u-boot] / board / ppmc8260 / Makefile
index e17cb7a4e2b33a98582f678cee6f242ff57ea963..1d56d161836b073208076039e9ea438b05fde213 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
 
 #########################################################################