X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fesd%2Fdp405%2FMakefile;h=df487662fd2853404c5dabebcf93802c92324818;hb=d5ea287b02a6945c3977410e364a879dd1a555c8;hp=ab9d8327c09e1767f990add9dca53626be4b2ea8;hpb=f93286397ed2a7084efb0362a43ee09f11702349;p=u-boot diff --git a/board/esd/dp405/Makefile b/board/esd/dp405/Makefile index ab9d8327c0..df487662fd 100644 --- a/board/esd/dp405/Makefile +++ b/board/esd/dp405/Makefile @@ -40,7 +40,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS)