aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/SIMIA32/compilers/GCC
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-03 08:22:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-03 08:22:19 +0000
commita5156a2f8fa55401d16405acfb51dc8b6999b484 (patch)
tree7b63a3c234529c0f4f155719d74ebf3f28a79acc /os/common/startup/SIMIA32/compilers/GCC
parent9ee0b0398a36bf9b9464ebc58fad8ddc273fcb0b (diff)
downloadChibiOS-a5156a2f8fa55401d16405acfb51dc8b6999b484.tar.gz
ChibiOS-a5156a2f8fa55401d16405acfb51dc8b6999b484.tar.bz2
ChibiOS-a5156a2f8fa55401d16405acfb51dc8b6999b484.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9228 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/SIMIA32/compilers/GCC')
-rw-r--r--os/common/startup/SIMIA32/compilers/GCC/rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/common/startup/SIMIA32/compilers/GCC/rules.mk b/os/common/startup/SIMIA32/compilers/GCC/rules.mk
index f3b84ed54..47262a27b 100644
--- a/os/common/startup/SIMIA32/compilers/GCC/rules.mk
+++ b/os/common/startup/SIMIA32/compilers/GCC/rules.mk
@@ -164,6 +164,10 @@ clean:
@echo
@echo Done
+.PHONY: gcov
+gcov:
+ $(COV) -u -b -o $(BUILDDIR)/obj $(GCOVSRC)
+
#
# Include the dependency files, should be the last of the makefile
#