blob: 1742eaac412fca2dc5381a7ab80f5abfdcb2cb56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Makefile for uClibc
#
# Copyright (C) 2006 Steven J. Hill <sjhill@uclibc.org>
# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
CSRC := __longjmp.c brk.c setjmp_aux.c mmap.c cacheflush.c \
pread_write.c sysmips.c _test_and_set.c sigaction.c
SSRC := bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S syscall.S \
syscall_error.S pipe.S vfork.S
ARCH_HEADERS := sgidefs.h sysdep.h
# regdef.h
include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch
|