summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh/Makefile.arch
blob: 33ea8a94fb0d707583d1a5505f454c8e93e86c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 := \
	mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c syscall.c pread_write.c

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

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