diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 07:27:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 07:27:46 +0000 |
commit | a4e3f1f2d1dd7297cd6b39b18318ea1f7a8690e5 (patch) | |
tree | 08f6449d084878d2188e4256aa706e89e03f81d6 /libc/sysdeps/linux/bfin/Makefile.arch | |
parent | a6afb243e1c54582cf502140204c25e7092c14c6 (diff) |
update build files
Diffstat (limited to 'libc/sysdeps/linux/bfin/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/bfin/Makefile.arch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/bfin/Makefile.arch b/libc/sysdeps/linux/bfin/Makefile.arch new file mode 100644 index 000000000..7a428b380 --- /dev/null +++ b/libc/sysdeps/linux/bfin/Makefile.arch @@ -0,0 +1,12 @@ +# 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 bsdsetjmp.c clone.c syscall.c + +SSRC := __longjmp.S setjmp.S bsd-_setjmp.S vfork.S + +include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |