git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6285 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-09-09 13:15:12 +00:00
parent 23c699b8a6
commit c6bfd5e149
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ endif
$(ASMXOBJS) : $(OBJDIR)/%.o : %.S Makefile
ifeq ($(USE_VERBOSE_COMPILE),yes)
@echo
@echo
$(CC) -c $(ASXFLAGS) $(TOPT) -I. $(IINCDIR) $< -o $@
else
@echo Compiling $(<F)