Makefile.arch 470 B

1234567891011121314151617
  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. CSRC := \
  8. __longjmp.c brk.c setjmp_aux.c mmap.c __syscall_error.c \
  9. cacheflush.c pread_write.c sysmips.c _test_and_set.c sigaction.c
  10. SSRC := bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S syscall.S pipe.S
  11. ARCH_HEADERS := sgidefs.h
  12. # regdef.h
  13. include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch