Makefile.arch 434 B

1234567891011121314
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2007, 2008 Tensilica Inc.
  4. #
  5. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  6. #
  7. CSRC := brk.c fork.c posix_fadvise.c posix_fadvise64.c pread_write.c \
  8. sigaction.c __syscall_error.c
  9. SSRC := bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S \
  10. sigrestorer.S syscall.S mmap.S windowspill.S __longjmp.S vfork.S
  11. include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch