git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@889 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
ef22e9204d
commit
0e27db0879
|
@ -118,7 +118,7 @@ all: $(OBJS) $(PROJECT).exe
|
||||||
gcov:
|
gcov:
|
||||||
-mkdir gcov
|
-mkdir gcov
|
||||||
$(COV) -u $(subst /,\,$(KERNSRC))
|
$(COV) -u $(subst /,\,$(KERNSRC))
|
||||||
-mv *.gcov ./gcov
|
-mv -f *.gcov ./gcov
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
@ -132,7 +132,6 @@ clean:
|
||||||
-rm -f $(ASRC:.s=.s.bak)
|
-rm -f $(ASRC:.s=.s.bak)
|
||||||
-rm -f $(ASRC:.s=.lst)
|
-rm -f $(ASRC:.s=.lst)
|
||||||
-rm -fR .dep
|
-rm -fR .dep
|
||||||
-rm -fR gcov
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Include the dependency files, should be the last of the makefile
|
# Include the dependency files, should be the last of the makefile
|
||||||
|
|
Loading…
Reference in New Issue