X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.userprog;fp=src%2FMakefile.userprog;h=c5e6f3db33c6e992682c7b61818846b10b6a5034;hb=59dcfa0128761394803087761b5756927774b331;hp=2e95f9b0f99ffee177b63b42bf05e8caa7669e78;hpb=0b03e95ba4a5ca2c936a98d77caee8f6f4087529;p=pintos-anon diff --git a/src/Makefile.userprog b/src/Makefile.userprog index 2e95f9b..c5e6f3d 100644 --- a/src/Makefile.userprog +++ b/src/Makefile.userprog @@ -20,7 +20,6 @@ LIB_SRC += lib/stdio.c # I/O library. LIB_SRC += lib/stdlib.c # atoi() LIB_SRC += lib/string.c # String functions. LIB_SRC += lib/user/syscall.c # System calls. -LIB_SRC += lib/user/syscall-stub.S # System call stub. LIB_SRC += lib/user/console.c # Console code. LIB_OBJ = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(LIB_SRC)))