diff options
Diffstat (limited to 'os/common/startup')
-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
#
|