diff options
Diffstat (limited to 'libc/sysdeps/linux/arc/Makefile.arch')
| -rw-r--r-- | libc/sysdeps/linux/arc/Makefile.arch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arc/Makefile.arch b/libc/sysdeps/linux/arc/Makefile.arch new file mode 100644 index 000000000..1a52fc9bf --- /dev/null +++ b/libc/sysdeps/linux/arc/Makefile.arch @@ -0,0 +1,10 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball. +# + +CSRC-y := syscall.c sigaction.c __syscall_error.c cacheflush.c + +SSRC-y := __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S vfork.S clone.S |
