X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fesd%2Fdu405%2FMakefile;h=4d75868ea84c86c2292e7311d25ebdd66318642d;hb=d3c5e8b2f5945d93de8f23b053e9dcd033983245;hp=dec52af9cabfacfda8048b8546b1f214e1f3a7fb;hpb=afa98843e4665add11b69496341053b268156e3a;p=oweals%2Fu-boot.git diff --git a/board/esd/du405/Makefile b/board/esd/du405/Makefile index dec52af9ca..4d75868ea8 100644 --- a/board/esd/du405/Makefile +++ b/board/esd/du405/Makefile @@ -35,7 +35,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS)