diff options
Diffstat (limited to 'libc/sysdeps/linux/arc/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/arc/Makefile.arch | 11 |
1 files changed, 11 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..656ea3518 --- /dev/null +++ b/libc/sysdeps/linux/arc/Makefile.arch @@ -0,0 +1,11 @@ +# 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 := sigrestorer.S __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S \ + vfork.S clone.S |