]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ns9750dev/Makefile
mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver.
[karo-tx-uboot.git] / board / ns9750dev / Makefile
index defc29bb6fcd7867c7f3576b8a50776ecc6848cf..2ffed99f7a93a1e7da7f37d19d2c0842cd3bf77f 100644 (file)
@@ -33,13 +33,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
 
 #########################################################################