aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/SIMIA32/compilers/GCC
diff options
context:
space:
mode:
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
#