diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-03 08:22:19 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-03 08:22:19 +0000 |
commit | a5156a2f8fa55401d16405acfb51dc8b6999b484 (patch) | |
tree | 7b63a3c234529c0f4f155719d74ebf3f28a79acc /os | |
parent | 9ee0b0398a36bf9b9464ebc58fad8ddc273fcb0b (diff) | |
download | ChibiOS-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')
-rw-r--r-- | os/common/startup/SIMIA32/compilers/GCC/rules.mk | 4 |
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
#
|