Makefile.arch 358 B

123456789101112
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  4. # Copyright (C) 2005-2006 Jan-Benedict Glaw <jbglaw@lug-owl.de>
  5. #
  6. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  7. #
  8. CSRC := brk.c mmap.c
  9. SSRC := __longjmp.S setjmp.S _setjmp.S clone.S
  10. include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch