Removed extra "Done" from makefile rules.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7845 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-04-03 08:13:11 +00:00
parent 504a47ba53
commit b360a11a96
1 changed files with 1 additions and 2 deletions

View File

@ -267,8 +267,6 @@ else
@$(OD) $(ODFLAGS) $< > $@
@echo
@$(SZ) $<
@echo
@echo Done
endif
%.list: %.elf $(LDSCRIPT)
@ -277,6 +275,7 @@ ifeq ($(USE_VERBOSE_COMPILE),yes)
else
@echo Creating $@
@$(OD) -S $< > $@
@echo
@echo Done
endif