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