aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.userprog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.userprog b/src/Makefile.userprog
index 9700775..c9ad8ee 100644
--- a/src/Makefile.userprog
+++ b/src/Makefile.userprog
@@ -24,7 +24,7 @@ lib/user_SRC += lib/user/console.c # Console code.
LIB_OBJ = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(lib_SRC) $(lib/user_SRC)))
LIB_DEP = $(patsubst %.o,%.d,$(LIB_OBJ))
LIB = lib/user/entry.o libc.a
-LIB_RUST = $(LIB) librust.a
+LIB_RUST = lib/user/entry.o librust.a
LIBDIR_RUST = $(SRCDIR)/../rust