diff options
Diffstat (limited to 'libc/sysdeps/linux/lm32')
-rw-r--r-- | libc/sysdeps/linux/lm32/Makefile.arch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/lm32/Makefile.arch b/libc/sysdeps/linux/lm32/Makefile.arch index eed9e7ba1..1442a40b4 100644 --- a/libc/sysdeps/linux/lm32/Makefile.arch +++ b/libc/sysdeps/linux/lm32/Makefile.arch @@ -5,5 +5,5 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := -SSRC := clone.S setjmp.S __longjmp.S vfork.S +CSRC-y := +SSRC-y := clone.S setjmp.S __longjmp.S vfork.S |