[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:
Theodore Ateba 2022-11-23 18:15:03 +00:00
parent 507750ab8b
commit ffa7c7324f
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ endif
lib: $(OBJS) $(BUILDDIR)/lib$(PROJECT).a
$(BUILDDIR)/lib$(PROJECT).a: $(OBJS)
@$(AR) -r $@ $^
@$(AR) $@ $^
@echo
@echo Done