blob: b89f7f94570f8242996cd1086ebd37a2e053e10c (
plain)
1
2
3
4
5
6
7
8
9
|
# Makefile for uClibc
#
# Copyright (C) 2001,2002 NEC Corporation
# Copyright (C) 2001,2002 Miles Bader <miles@gnu.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
CSRC-y := __syscall_error.c
SSRC-y := setjmp.S __longjmp.S vfork.S clone.S
|