Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
Paul Mundt | 9085fa1 | 2007-11-09 14:07:56 +0900 | [diff] [blame] | 2 | # Makefile for the SH-5 specific library files.. |
| 3 | # |
| 4 | # Copyright (C) 2000, 2001 Paolo Alberelli |
Paul Mundt | 4466b20 | 2008-12-12 16:34:44 +0900 | [diff] [blame] | 5 | # Copyright (C) 2003 - 2008 Paul Mundt |
Paul Mundt | 9085fa1 | 2007-11-09 14:07:56 +0900 | [diff] [blame] | 6 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | # This file is subject to the terms and conditions of the GNU General Public |
| 8 | # License. See the file "COPYING" in the main directory of this archive |
| 9 | # for more details. |
| 10 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
| 12 | # Panic should really be compiled as PIC |
Paul Mundt | 37c9ee0 | 2012-06-14 14:12:18 +0900 | [diff] [blame] | 13 | lib-y := udelay.o panic.o memcpy.o memset.o \ |
Paul Mundt | d14d751 | 2009-08-04 17:17:00 +0900 | [diff] [blame] | 14 | copy_user_memcpy.o copy_page.o strcpy.o strlen.o |
Paul Mundt | 180ae20 | 2008-12-12 16:53:14 +0900 | [diff] [blame] | 15 | |
| 16 | # Extracted from libgcc |
| 17 | lib-y += udivsi3.o udivdi3.o sdivsi3.o |