Makefile.arch 419 B

1234567891011121314
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2001 by Hewlett-Packard Australia
  4. # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
  5. #
  6. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  7. #
  8. CSRC := \
  9. mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c syscall.c pread_write.c
  10. SSRC := setjmp.S __longjmp.S vfork.S clone.S ___fpscr_values.S
  11. include $(top_srcdir)libc/sysdeps/linux/Makefile.arch