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