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

CSRC := \
	pipe.c __init_brk.c brk.c sbrk.c pread_write.c cacheflush.c

SSRC := setjmp.S __longjmp.S ___fpscr_values.S

ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y)
SSRC += clone.S vfork.S
endif