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