summaryrefslogtreecommitdiff
path: root/src/user/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/Makefile')
-rw-r--r--src/user/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/user/lib/Makefile b/src/user/lib/Makefile
index a4d68e7..4019e88 100644
--- a/src/user/lib/Makefile
+++ b/src/user/lib/Makefile
@@ -1,6 +1,6 @@
Out = _user.o
-Obj = tce/syscall.o tce/mem.o \
- std/mutex.o std/stdio.o \
+Obj = tce/syscall.o std/_dlmalloc.o \
+ std/stdio.o std/stdlib.o \
start.o
ExtObj = $(SrcPath)/common/_common.o