Makefile 450 字节
Newer Older
L
Linus Torvalds 已提交
1
#
P
Paul Mundt 已提交
2
# Makefile for the SH-5 specific library files..
L
Linus Torvalds 已提交
3 4
#
# Copyright (C) 2000, 2001  Paolo Alberelli
P
Paul Mundt 已提交
5
# Copyright (C) 2003  Paul Mundt
L
Linus Torvalds 已提交
6
#
P
Paul Mundt 已提交
7 8 9
# 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.
L
Linus Torvalds 已提交
10 11 12
#

# Panic should really be compiled as PIC
P
Paul Mundt 已提交
13
lib-y  := udelay.o c-checksum.o dbg.o panic.o memcpy.o copy_user_memcpy.o \
14
		page_copy.o page_clear.o
L
Linus Torvalds 已提交
15