diff options
-rw-r--r-- | libc/sysdeps/linux/cris/Makefile.arch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/cris/Makefile.arch b/libc/sysdeps/linux/cris/Makefile.arch new file mode 100644 index 000000000..ba2040f0d --- /dev/null +++ b/libc/sysdeps/linux/cris/Makefile.arch @@ -0,0 +1,15 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +CSRC := __init_brk.c brk.c sbrk.c + +SSRC := setjmp.S __longjmp.S clone.S sysdep.S syscall.S +ifeq ($(UNIFIED_SYSCALL),y) +SSRC += __uClibc_syscall.S +endif + +include $(top_srcdir)libc/sysdeps/linux/Makefile.arch |