diff options
Diffstat (limited to 'libc/sysdeps/linux/or1k/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/or1k/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/or1k/Makefile.arch b/libc/sysdeps/linux/or1k/Makefile.arch index f6758fa63..191eebafd 100644 --- a/libc/sysdeps/linux/or1k/Makefile.arch +++ b/libc/sysdeps/linux/or1k/Makefile.arch @@ -5,5 +5,5 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC-y := __syscall_error.c __init_brk.c brk.c sbrk.c clone.c +CSRC-y := __syscall_error.c __init_brk.c brk.c sbrk.c clone.c syscall.c SSRC-y := __longjmp.S setjmp.S or1k_clone.S |