From b5b71b2423fade6a3d60bb309996877720b1de4e Mon Sep 17 00:00:00 2001 From: Adam Muhle Date: Thu, 8 Nov 2012 09:42:24 -0600 Subject: Skip vbu.pnor build when profiling is enabled. Enabling profiling causes the hostboot extended image to be to big to fit in the VBU pnor layout. Since there's little need to profile in VBU, I'm just disabling building of the image in that environment. Change-Id: If173715b42862230443187c05766826c1a02e919 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2266 Tested-by: Jenkins Server Reviewed-by: Van H. Lee Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/sys/prof/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/prof') diff --git a/src/sys/prof/makefile b/src/sys/prof/makefile index a74d7897c..8ed0a86b2 100644 --- a/src/sys/prof/makefile +++ b/src/sys/prof/makefile @@ -31,7 +31,7 @@ ROOTPATH = ../../.. ifdef HOSTBOOT_PROFILE OBJS = gcov.o -undefine HOSTBOOT_PROFILE +unexport HOSTBOOT_PROFILE endif OBJS += idletask.o -- cgit v1.2.3