summaryrefslogtreecommitdiff
path: root/lib/libc/mips/sys/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/mips/sys/Makefile.inc')
-rw-r--r--lib/libc/mips/sys/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/mips/sys/Makefile.inc b/lib/libc/mips/sys/Makefile.inc
index 5e6eec1ee535..d7cc70d01b07 100644
--- a/lib/libc/mips/sys/Makefile.inc
+++ b/lib/libc/mips/sys/Makefile.inc
@@ -2,7 +2,7 @@
SRCS+= trivial-vdso_tc.c
-MDASM= Ovfork.S brk.S cerror.S sbrk.S syscall.S
+MDASM= Ovfork.S cerror.S syscall.S
# Don't generate default code for these syscalls:
-NOASM+= vfork.o
+NOASM+= sbrk.o vfork.o