summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/Makefile.arch
blob: ba2040f0d49ca56e235a910958a05ec7f584143a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile for uClibc
#
# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#

CSRC := __init_brk.c brk.c sbrk.c

SSRC := setjmp.S __longjmp.S clone.S sysdep.S syscall.S
ifeq ($(UNIFIED_SYSCALL),y)
SSRC += __uClibc_syscall.S
endif

include $(top_srcdir)libc/sysdeps/linux/Makefile.arch