summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-03-06 10:12:00 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-12 10:07:51 -0500
commit7f1633f215d45102147218390d3b96a167ad2921 (patch)
treeefcaaf406a5b5d96881ddcaa9d478fcdd81c9840 /makefile
parent6a8e78667bd096e41a909273e4359bc62e444992 (diff)
downloadtalos-hostboot-7f1633f215d45102147218390d3b96a167ad2921.tar.gz
talos-hostboot-7f1633f215d45102147218390d3b96a167ad2921.zip
Improve GCOV output to include driver name.
Change-Id: Ia16855c69095b69acf78071bb377a86e2c3f769b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3440 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7ba22a319..a9d575f1e 100644
--- a/makefile
+++ b/makefile
@@ -43,7 +43,8 @@ gcov:
rm -rf obj/gcov/*
$(MAKE) gcov_pass
find obj/gcov/ -size 0c | xargs rm # Delete empty files.
- genhtml obj/gcov/*.lcov -o obj/gcov/html
+ genhtml obj/gcov/*.lcov -o obj/gcov/html --prefix `pwd` \
+ --title `git describe --dirty`
@echo "View GCOV results with: firefox obj/gcov/html/index.html"
$(IMGDIR)/hbotStringFile : $(IMAGES)
OpenPOWER on IntegriCloud