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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/Makefile b/src/user/lib/Makefile
index 9111ff5..c2630c4 100644
--- a/src/user/lib/Makefile
+++ b/src/user/lib/Makefile
@@ -1,6 +1,6 @@
Out = _user.o
Obj = tce/syscall.o std/_dlmalloc.o \
- std/stdio.o std/stdlib.o std/string.o std/sched.o \
+ std/stdio.o std/stdlib.o std/string.o std/sched.o std/readline.o \
start.o
include $(SrcPath)/common.make