Makefile.arch 353 B

1234567
  1. # Copyright (C) 2016 Andes Technology, Inc.
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. CSRC-y := brk.c prctl.c mremap.c
  4. SSRC-y := setjmp.S __longjmp.S bsd-setjmp.S bsd-_setjmp.S clone.S sysdep.S
  5. CSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += makecontext.c swapcontext.c
  6. SSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += getcontext.S setcontext.S