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

This commit is contained in:
gdisirio 2009-04-12 08:03:50 +00:00
parent ef22e9204d
commit 0e27db0879
1 changed files with 1 additions and 2 deletions

View File

@ -118,7 +118,7 @@ all: $(OBJS) $(PROJECT).exe
gcov:
-mkdir gcov
$(COV) -u $(subst /,\,$(KERNSRC))
-mv *.gcov ./gcov
-mv -f *.gcov ./gcov
.PHONY: clean
clean:
@ -132,7 +132,6 @@ clean:
-rm -f $(ASRC:.s=.s.bak)
-rm -f $(ASRC:.s=.lst)
-rm -fR .dep
-rm -fR gcov
#
# Include the dependency files, should be the last of the makefile