2005-04-16 15:20:36 -07:00
|
|
|
#
|
2007-11-09 14:07:56 +09:00
|
|
|
# Makefile for the SH-5 specific library files..
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# Copyright (C) 2000, 2001 Paolo Alberelli
|
2008-12-12 16:34:44 +09:00
|
|
|
# Copyright (C) 2003 - 2008 Paul Mundt
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
2007-11-09 14:07:56 +09:00
|
|
|
# This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
# License. See the file "COPYING" in the main directory of this archive
|
|
|
|
# for more details.
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
|
|
|
|
# Panic should really be compiled as PIC
|
2009-06-15 00:00:42 +09:00
|
|
|
lib-y := udelay.o dbg.o panic.o memcpy.o memset.o \
|
2009-08-04 17:17:00 +09:00
|
|
|
copy_user_memcpy.o copy_page.o strcpy.o strlen.o
|
2008-12-12 16:53:14 +09:00
|
|
|
|
|
|
|
# Extracted from libgcc
|
|
|
|
lib-y += udivsi3.o udivdi3.o sdivsi3.o
|