diff options
-rw-r--r-- | libc/sysdeps/linux/sh/Makefile.arch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile.arch b/libc/sysdeps/linux/sh/Makefile.arch new file mode 100644 index 000000000..33ea8a94f --- /dev/null +++ b/libc/sysdeps/linux/sh/Makefile.arch @@ -0,0 +1,14 @@ +# Makefile for uClibc +# +# Copyright (C) 2001 by Hewlett-Packard Australia +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +CSRC := \ + mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c syscall.c pread_write.c + +SSRC := setjmp.S __longjmp.S vfork.S clone.S ___fpscr_values.S + +include $(top_srcdir)libc/sysdeps/linux/Makefile.arch |