]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/bc3450/Makefile
include/compiler.h: remove uint typedef for __MACH__
[karo-tx-uboot.git] / board / bc3450 / Makefile
index 122a22ae4f3e4d824c6fd2442baf5daee49bc65c..9c1d0cc5612bb23cd87513b7c88ba23e5f53066b 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
 
 #########################################################################