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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/user/lib/Makefile b/src/user/lib/Makefile
index 4019e88..4b88336 100644
--- a/src/user/lib/Makefile
+++ b/src/user/lib/Makefile
@@ -1,5 +1,6 @@
Out = _user.o
-Obj = tce/syscall.o std/_dlmalloc.o \
+Obj = tce/syscall.o tce/Folder.o \
+ std/_dlmalloc.o \
std/stdio.o std/stdlib.o \
start.o
ExtObj = $(SrcPath)/common/_common.o