summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index ddd9dc6ca..cf3ea5520 100644
--- a/src/makefile
+++ b/src/makefile
@@ -29,7 +29,11 @@ EXTRA_LIDS = dslid
BASE_OBJECTS = console.o spinlock.o string.o string_ext.o stdlib.o ctype.o \
assert.o stdio.o builtins.o vfs_init.o heapmgr.o pagemgr.o \
- math.o barrier.o idebug.o intmsghandler.o
+ math.o barrier.o idebug.o intmsghandler.o idletask.o
+
+ifdef HOSTBOOT_PROFILE
+BASE_OBJECTS += gcov.o
+endif
DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \
scheduler.o exception.o vmmmgr.o timemgr.o \
OpenPOWER on IntegriCloud