From d4b2086e646ac2444539bac0750af82e5e0b5d7c Mon Sep 17 00:00:00 2001 From: Monte Copeland Date: Wed, 16 Nov 2011 09:02:17 -0600 Subject: collectTrace to allow partial trace buffer collection Change-Id: I06ce6df416f38c4619281180ea8515c90f8f2fab Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/498 Reviewed-by: A. Patrick Williams III Tested-by: Jenkins Server --- src/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 56c0c8224..fd59896b2 100644 --- a/src/makefile +++ b/src/makefile @@ -27,8 +27,9 @@ SUBDIRS = kernel.d lib.d libc++.d sys.d usr.d build.d IMGS = hbicore hbicore_test EXTRA_LIDS = dslid -BASE_OBJECTS = console.o spinlock.o string.o stdlib.o assert.o stdio.o \ - builtins.o vfs_init.o heapmgr.o pagemgr.o math.o barrier.o +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 DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \ scheduler.o exception.o vmmmgr.o timemgr.o \ -- cgit v1.2.3