summaryrefslogtreecommitdiffstats
path: root/src/bootloader/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootloader/makefile')
-rw-r--r--src/bootloader/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bootloader/makefile b/src/bootloader/makefile
index 1ff44222c..6d49d2bc1 100644
--- a/src/bootloader/makefile
+++ b/src/bootloader/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2017
+# Contributors Listed Below - COPYRIGHT 2015,2019
# [+] International Business Machines Corp.
#
#
@@ -24,6 +24,9 @@
# IBM_PROLOG_END_TAG
ROOTPATH = ../..
+# Bootloader omitted from profiling to keep size down
+HOSTBOOT_PROFILE=
+
EXTRAINCDIR += ${ROOTPATH}/src/usr/pnor/
EXTRAINCDIR += ${ROOTPATH}/src/usr/lpc/
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/
OpenPOWER on IntegriCloud