2005-04-17 00:20:36 +02:00
|
|
|
#
|
2007-11-09 06:07:56 +01:00
|
|
|
# Makefile for the SH-5 specific library files..
|
2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2000, 2001 Paolo Alberelli
|
2007-11-09 06:07:56 +01:00
|
|
|
# Copyright (C) 2003 Paul Mundt
|
2005-04-17 00:20:36 +02:00
|
|
|
#
|
2007-11-09 06:07:56 +01: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-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
# Panic should really be compiled as PIC
|
2007-11-09 06:07:56 +01:00
|
|
|
lib-y := udelay.o c-checksum.o dbg.o panic.o memcpy.o copy_user_memcpy.o \
|
2007-11-21 14:46:14 +01:00
|
|
|
copy_page.o clear_page.o
|
2005-04-17 00:20:36 +02:00
|
|
|
|