X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fcm41xx%2FMakefile;h=952a8ae21bc61321632d739a4e39b6c29f33d156;hb=75183b1a7fc04206d9779d13f16e03853d7e965d;hp=d42e2a8e744686df627fc8bc0725cc7c21aa3983;hpb=504b5cd0e2e7b58c6265fb684a850a158c85e1b2;p=oweals%2Fu-boot.git diff --git a/board/cm41xx/Makefile b/board/cm41xx/Makefile index d42e2a8e74..952a8ae21b 100644 --- a/board/cm41xx/Makefile +++ b/board/cm41xx/Makefile @@ -32,13 +32,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 #########################################################################