X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fesd%2Fpf5200%2FMakefile;h=a47cd3d73a84d0ed3b7f9b9c0649968bc6dc99c8;hb=78549bbf44bd2c8d1a0730fb068836071751afaa;hp=82358af2dc9ed13fb0d931ce7b4f78534efd94cb;hpb=504b5cd0e2e7b58c6265fb684a850a158c85e1b2;p=u-boot diff --git a/board/esd/pf5200/Makefile b/board/esd/pf5200/Makefile index 82358af2dc..a47cd3d73a 100644 --- a/board/esd/pf5200/Makefile +++ b/board/esd/pf5200/Makefile @@ -42,7 +42,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS)