Makefile.arch 420 B

12345678910111213
  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. # psm: rename _mmap.c, else the generic won't be overwritten
  9. CSRC := brk.c _mmap.c
  10. SSRC := __longjmp.S setjmp.S _setjmp.S clone.S
  11. include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch