2005-04-16 22:20:36 +00:00
|
|
|
#
|
2007-11-09 05:07:56 +00:00
|
|
|
# Makefile for the SH-5 specific library files..
|
2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2000, 2001 Paolo Alberelli
|
2008-12-12 07:34:44 +00:00
|
|
|
# Copyright (C) 2003 - 2008 Paul Mundt
|
2005-04-16 22:20:36 +00:00
|
|
|
#
|
2007-11-09 05:07:56 +00: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 22:20:36 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# Panic should really be compiled as PIC
|
2012-06-14 05:12:18 +00:00
|
|
|
lib-y := udelay.o panic.o memcpy.o memset.o \
|
2009-08-04 08:17:00 +00:00
|
|
|
copy_user_memcpy.o copy_page.o strcpy.o strlen.o
|
2008-12-12 07:53:14 +00:00
|
|
|
|
|
|
|
# Extracted from libgcc
|
|
|
|
lib-y += udivsi3.o udivdi3.o sdivsi3.o
|