blob: b38f760a8c64ae332359d88ea66d3478942482de (
plain)
1
2
3
4
5
|
# Makefile for uClibc-ng
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
CSRC-y := __syscall_error.c
SSRC-y := clone.S setjmp.S syscall.S __longjmp.S bsd-setjmp.S bsd-_setjmp.S vfork.S
|