diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 07:07:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 07:07:57 +0000 |
commit | a6afb243e1c54582cf502140204c25e7092c14c6 (patch) | |
tree | 9a80e61c2275ba9dee80a26597b1a975b3bf0700 /libc/sysdeps/linux/nios/Makefile.arch | |
parent | 40770ac31c96ea60328e22a927d62acfe4e0fe99 (diff) |
update buildsystem to new style
Diffstat (limited to 'libc/sysdeps/linux/nios/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/nios/Makefile.arch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/nios/Makefile.arch b/libc/sysdeps/linux/nios/Makefile.arch new file mode 100644 index 000000000..9bcd0be7e --- /dev/null +++ b/libc/sysdeps/linux/nios/Makefile.arch @@ -0,0 +1,14 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +CSRC := brk.c crtbegin.c crtend.c + +SSRC := \ + __longjmp.S bsd-_setjmp.S bsd-setjmp.S setjmp.S \ + clone.S vfork.S + +include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |