]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/Makefile.arch
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / powerpc / Makefile.arch
1 # Makefile for uClibc
2 #
3 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
4 #
5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
6 #
7
8 CSRC-y := __syscall_error.c ioctl.c
9
10 SSRC-y := \
11         __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S \
12         __uClibc_syscall.S syscall.S
13
14 SSRC-$(if $(UCLIBC_HAS_THREADS_NATIVE),,y) += clone.S vfork.S
15
16 ifeq ($(CONFIG_E500),y)
17 ARCH_HEADERS := fenv.h
18 endif