X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fsorcery%2FMakefile;h=434d3489801f08a4e55d8d958d822f7fd6616e9e;hb=1d28d48e3df65ef867395eb84ee0498f1c52a384;hp=c59a3be72aaae725f37234bea253918471c177d4;hpb=504b5cd0e2e7b58c6265fb684a850a158c85e1b2;p=oweals%2Fu-boot.git diff --git a/board/sorcery/Makefile b/board/sorcery/Makefile index c59a3be72a..434d348980 100644 --- a/board/sorcery/Makefile +++ b/board/sorcery/Makefile @@ -32,13 +32,13 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend #########################################################################