- # Makefile for uClibc
- #
- # Copyright (C) 2008 Paul Mundt <lethal@linux-sh.org>
- #
- # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
- #
- CSRC := __init_brk.c brk.c sbrk.c syscall.c
- SSRC := setjmp.S __longjmp.S
- include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch
|