summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/Makefile.arch
blob: 833d31ffeaf8962270743f3a14800c5c0db95779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 := ptrace.c brk.c

SSRC := __longjmp.S bsd-_setjmp.S bsd-setjmp.S clone.S setjmp.S vfork.S

ifneq ($(HAVE_ELF),y)
ARCH_HEADERS := float.h
else
ARCH_HEADERS := fpu_control.h
endif

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