summaryrefslogtreecommitdiffstats
path: root/src/kernel/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/makefile')
-rw-r--r--src/kernel/makefile5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud