X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=board%2Fshannon%2FMakefile;h=16ed4cf4138ccbdbb7c09c673ed5bbf9021ad188;hb=ba73060cf4163bd5eb1711020126e2f7f62d363e;hp=a04d841ef42e4a12e8e938259572c79f3c162ca9;hpb=64cd52efd1dc51a4a5a0cf10efe5362fab27de29;p=karo-tx-uboot.git diff --git a/board/shannon/Makefile b/board/shannon/Makefile index a04d841ef4..16ed4cf413 100644 --- a/board/shannon/Makefile +++ b/board/shannon/Makefile @@ -33,13 +33,13 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(SOBJS) - $(AR) crv $@ $(OBJS) $(SOBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS) clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend #########################################################################