summaryrefslogtreecommitdiffstats
path: root/src/runtime/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/makefile')
-rw-r--r--src/runtime/makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/runtime/makefile b/src/runtime/makefile
index 981e00499..407c58a7f 100644
--- a/src/runtime/makefile
+++ b/src/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2017
+# Contributors Listed Below - COPYRIGHT 2013,2019
# [+] International Business Machines Corp.
#
#
@@ -23,6 +23,12 @@
#
# IBM_PROLOG_END_TAG
HOSTBOOT_RUNTIME = 1
+
+# Profiling the runtime makes it too big, but we should revisit this
+# later after we reduce our memory footprint because it would be good
+# to instrument this too.
+HOSTBOOT_PROFILE=
+
ROOTPATH = ../..
include ../usr/runtime/common/common.mk
VPATH += ../usr/runtime/common
OpenPOWER on IntegriCloud