blob: d49540ebe815d8fc8cd3281fb0b2aedf204c2da3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|