From a5156a2f8fa55401d16405acfb51dc8b6999b484 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 Apr 2016 08:22:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9228 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/SIMIA32/compilers/GCC/rules.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os') 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 # -- cgit v1.2.3