[AVR] Fix the generation of the static lib.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15851 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
507750ab8b
commit
ffa7c7324f
|
@ -276,7 +276,7 @@ endif
|
|||
lib: $(OBJS) $(BUILDDIR)/lib$(PROJECT).a
|
||||
|
||||
$(BUILDDIR)/lib$(PROJECT).a: $(OBJS)
|
||||
@$(AR) -r $@ $^
|
||||
@$(AR) $@ $^
|
||||
@echo
|
||||
@echo Done
|
||||
|
||||
|
|
Loading…
Reference in New Issue