X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fetin%2Fdebris%2FMakefile;h=fdf77369158ee75371bc58a7354886dbcc99c5b8;hb=daaba9859b0b94571dc3e45ad0c26e136426b351;hp=17ef23dcd9fd644423bc7b1341c282ff4fa8fd76;hpb=504b5cd0e2e7b58c6265fb684a850a158c85e1b2;p=u-boot diff --git a/board/etin/debris/Makefile b/board/etin/debris/Makefile index 17ef23dcd9..fdf7736915 100644 --- a/board/etin/debris/Makefile +++ b/board/etin/debris/Makefile @@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) #########################################################################