From 6a2bedba84d0cc0b4a8837341e516a491218b729 Mon Sep 17 00:00:00 2001 From: Zach Clark Date: Wed, 1 May 2019 11:18:13 -0500 Subject: Developer Improvement: Get code coverage tool working with Hostboot This commit fixes GCOV code coverage for P9 with GCC 4.9.2 Change-Id: Ie1e7c35f67414531dbd6e7a771ac1529a9ebd59d RTC: 208351 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76812 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding Reviewed-by: Ilya Smirnov Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/kernel/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/kernel') diff --git a/src/kernel/makefile b/src/kernel/makefile index 211a8b10e..c2f2e0451 100644 --- a/src/kernel/makefile +++ b/src/kernel/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2010,2018 +# Contributors Listed Below - COPYRIGHT 2010,2019 # [+] International Business Machines Corp. # # @@ -24,6 +24,9 @@ # IBM_PROLOG_END_TAG ROOTPATH = ../.. +# we need HBB to be small +HOSTBOOT_PROFILE_NO_INSTRUMENT=1 + OBJS += start.o OBJS += kernel.o OBJS += console.o -- cgit v1.2.3