From ac1ff06aef9d8a4b379ad199f7f4ce442bcfda89 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 30 Dec 2005 06:56:33 +0000 Subject: update to new build system --- libc/sysdeps/linux/nios2/Makefile.arch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libc/sysdeps/linux/nios2/Makefile.arch (limited to 'libc/sysdeps/linux/nios2/Makefile.arch') diff --git a/libc/sysdeps/linux/nios2/Makefile.arch b/libc/sysdeps/linux/nios2/Makefile.arch new file mode 100644 index 000000000..e1b8345f4 --- /dev/null +++ b/libc/sysdeps/linux/nios2/Makefile.arch @@ -0,0 +1,16 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +CSRC := brk.c syscall.c + +SSRC := \ + __longjmp.S bsd-_setjmp.S bsd-setjmp.S setjmp.S \ + vfork.S clone.S + +ARCH_HEADERS := fpu_control.h + +include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch -- cgit v1.2.3