Makefile.arch 514 B

123456789101112131415
  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-y := brk.c sigaction.c __syscall_error.c
  8. SSRC-y := bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S \
  9. sigrestorer.S syscall.S mmap.S windowspill.S __longjmp.S vfork.S
  10. CSRC-$(if $(UCLIBC_HAS_THREADS_NATIVE),,y) += fork.c
  11. CSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += makecontext.c
  12. SSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += setcontext.S getcontext.S swapcontext.S __start_context.S