diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 00:09:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 00:09:50 +0000 |
commit | 51b977d02ff289f9de814046ef511238697bd1a7 (patch) | |
tree | 14e648194339bc8edcd840dff0f1b1e9e8468cef /libc/sysdeps/linux/m68k/Makefile.arch | |
parent | 845cd7b34958a7b05443349939d18a3233f4b3bb (diff) |
makefiles for new build system
Diffstat (limited to 'libc/sysdeps/linux/m68k/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/m68k/Makefile.arch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/m68k/Makefile.arch b/libc/sysdeps/linux/m68k/Makefile.arch new file mode 100644 index 000000000..833d31ffe --- /dev/null +++ b/libc/sysdeps/linux/m68k/Makefile.arch @@ -0,0 +1,18 @@ +# 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 := ptrace.c brk.c + +SSRC := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S vfork.S + +ifneq ($(HAVE_ELF),y) +ARCH_HEADERS := float.h +else +ARCH_HEADERS := fpu_control.h +endif + +include $(top_srcdir)libc/sysdeps/linux/Makefile.arch |