summaryrefslogtreecommitdiffstats
path: root/src/sys
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2012-11-08 09:42:24 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-13 15:45:58 -0600
commitb5b71b2423fade6a3d60bb309996877720b1de4e (patch)
tree3862b07fb82be5d90b26eda418e60d3683198855 /src/sys
parent0d4c6fb2d6902935334eccb64de2a376460105e6 (diff)
downloadtalos-hostboot-b5b71b2423fade6a3d60bb309996877720b1de4e.tar.gz
talos-hostboot-b5b71b2423fade6a3d60bb309996877720b1de4e.zip
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 <vanlee@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/prof/makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud