blob: ecbd80141500e3c7a186a6c17ffaad90ac261ea4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Makefile for uClibc
#
# Copyright (C) 2001,2002 NEC Corporation
# Copyright (C) 2001,2002 Miles Bader <miles@gnu.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
CSRC := mmap.c clone.c fixdfsi.c
SSRC := setjmp.S __longjmp.S vfork.S
ARCH_HEADERS := floatlib.h
include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch
|